#CD61CE

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

Shades of Orchid #CD61CE

Tints of Orchid #CD61CE

Color information

#CD61CE (or 0xCD61CE) is unknown color: approx Orchid. HEX triplet: CD, 61 and CE. RGB value is (205,97,206). Sum of RGB (Red+Green+Blue) = 205+97+206=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61CE is #329E31. Grayscale: #8D8D8D. Windows color (decimal): -3317298 or 13525453. OLE color: 13525453.

HSL color Cylindrical-coordinate representation of color #CD61CE: hue angle of 299.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD61CE is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20597206-
CMYK0.000.5300.19
HSL299.45º52.66%59.41%-
HSV(B)299.45º52.91%80.78%-
XYZ40.5925.9861.27-
YUV141.72164.28173.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 97 (38.28% from 255) = 19.09%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=40.35%
G=19.09%
B=40.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205972060.000.5300.19299.4552.6659.41
HexCD61CE03501312b353b
Octal3151413160650234536573
Binary110011011100001110011100110101010011100101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61CE; }

 p { color: rgb(205,97,206); }

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

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

 a { background-color: rgb(205,97,206); }

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

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

 span { border-color: rgb(205,97,206); }

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