#CD6FC0

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

Shades of Orchid #CD6FC0

Tints of Orchid #CD6FC0

Color information

#CD6FC0 (or 0xCD6FC0) is unknown color: approx Orchid. HEX triplet: CD, 6F and C0. RGB value is (205,111,192). Sum of RGB (Red+Green+Blue) = 205+111+192=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FC0 is #32903F. Grayscale: #949494. Windows color (decimal): -3313728 or 12611533. OLE color: 12611533.

HSL color Cylindrical-coordinate representation of color #CD6FC0: hue angle of 308.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6FC0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205111192-
CMYK00.460.060.20
HSL308.3º48.45%61.96%-
HSV(B)308.3º45.85%80.39%-
XYZ40.3828.1553.18-
YUV148.34152.64168.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=40.35%
G=21.85%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511119200.460.060.20308.348.4561.96
HexCD6FC002E614134303e
Octal3151573000566244646076
Binary11001101110111111000000010111011010100100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FC0; }

 p { color: rgb(205,111,192); }

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

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

 a { background-color: rgb(205,111,192); }

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

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

 span { border-color: rgb(205,111,192); }

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