#CC61D3

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

Shades of Orchid #CC61D3

Tints of Orchid #CC61D3

Color information

#CC61D3 (or 0xCC61D3) is unknown color: approx Orchid. HEX triplet: CC, 61 and D3. RGB value is (204,97,211). Sum of RGB (Red+Green+Blue) = 204+97+211=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC61D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D3 is #339E2C. Grayscale: #8D8D8D. Windows color (decimal): -3382829 or 13853132. OLE color: 13853132.

HSL color Cylindrical-coordinate representation of color #CC61D3: hue angle of 296.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC61D3 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20497211-
CMYK0.030.5400.17
HSL296.32º56.44%60.39%-
HSV(B)296.32º54.03%82.75%-
XYZ40.9326.0964.51-
YUV141.99166.95172.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=39.84%
G=18.95%
B=41.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204972110.030.5400.17296.3256.4460.39
HexCC61D3336011128383c
Octal3141413233660214507074
Binary1100110011000011101001111110110010001100101000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61D3; }

 p { color: rgb(204,97,211); }

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

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

 a { background-color: rgb(204,97,211); }

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

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

 span { border-color: rgb(204,97,211); }

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