#CD69C6

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

Shades of Orchid #CD69C6

Tints of Orchid #CD69C6

Color information

#CD69C6 (or 0xCD69C6) is unknown color: approx Orchid. HEX triplet: CD, 69 and C6. RGB value is (205,105,198). Sum of RGB (Red+Green+Blue) = 205+105+198=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD69C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69C6 is #329639. Grayscale: #919191. Windows color (decimal): -3315258 or 13003213. OLE color: 13003213.

HSL color Cylindrical-coordinate representation of color #CD69C6: hue angle of 304.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD69C6 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205105198-
CMYK00.490.030.20
HSL304.2º50%60.78%-
HSV(B)304.2º48.78%80.39%-
XYZ40.4227.1656.54-
YUV145.5157.63170.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=40.35%
G=20.67%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510519800.490.030.20304.25060.78
HexCD69C6031314130323d
Octal3151513060613244606275
Binary1100110111010011100011001100011110100100110000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69C6; }

 p { color: rgb(205,105,198); }

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

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

 a { background-color: rgb(205,105,198); }

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

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

 span { border-color: rgb(205,105,198); }

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