#CF83DC

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

Shades of Orchid #CF83DC

Tints of Orchid #CF83DC

Color information

#CF83DC (or 0xCF83DC) is unknown color: approx Orchid. HEX triplet: CF, 83 and DC. RGB value is (207,131,220). Sum of RGB (Red+Green+Blue) = 207+131+220=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DC is #307C23. Grayscale: #A3A3A3. Windows color (decimal): -3177508 or 14451663. OLE color: 14451663.

HSL color Cylindrical-coordinate representation of color #CF83DC: hue angle of 291.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF83DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207131220-
CMYK0.060.4000.14
HSL291.24º55.97%68.82%-
HSV(B)291.24º40.45%86.27%-
XYZ46.7734.6771.94-
YUV163.87159.68158.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 131 (51.56% from 255) = 23.48%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=37.10%
G=23.48%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071312200.060.4000.14291.2455.9768.82
HexCF83DC6280E1233845
Octal31720333465001644370105
Binary110011111000001111011100110101000011101001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83DC; }

 p { color: rgb(207,131,220); }

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

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

 a { background-color: rgb(207,131,220); }

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

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

 span { border-color: rgb(207,131,220); }

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