#CC3BD5

Color #CC3BD5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC3BD5

Tints of Medium Orchid #CC3BD5

Color information

#CC3BD5 (or 0xCC3BD5) is unknown color: approx Medium Orchid. HEX triplet: CC, 3B and D5. RGB value is (204,59,213). Sum of RGB (Red+Green+Blue) = 204+59+213=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC3BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BD5 is #33C42A. Grayscale: #777777. Windows color (decimal): -3392555 or 13974476. OLE color: 13974476.

HSL color Cylindrical-coordinate representation of color #CC3BD5: hue angle of 296.49º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3BD5 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20459213-
CMYK0.040.7200.16
HSL296.49º64.71%53.33%-
HSV(B)296.49º72.3%83.53%-
XYZ38.4820.7764.93-
YUV119.91180.54187.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 12.39%
BLUE value IS 213 (83.59% from 255) = 44.75%
R=42.86%
G=12.39%
B=44.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204592130.040.7200.16296.4964.7153.33
HexCC3BD54480101284135
Octal31473325411002045010165
Binary110011001110111101010110010010000100001001010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3BD5; }

 p { color: rgb(204,59,213); }

 H1.HeaderClassName
 {
   color: #CC3BD5;
 }
 .AnyTagClassName
 {
   color: #CC3BD5;
 }
</style>
background-color css

<style>
 a { background-color: #CC3BD5; }

 a { background-color: rgb(204,59,213); }

 div.DivClassName
 {
   background-color: #CC3BD5;
 }
 .BgClassName
 {
   background-color: #CC3BD5;
 }
</style>
border-color css

<style>
 span { border-color: #CC3BD5; }

 span { border-color: rgb(204,59,213); }

 td.TdClassName
 {
   border-color: #CC3BD5;
 }
 .TagClassName
 {
   border-color: #CC3BD5;
 }
</style>