#CF83DD

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

Shades of Orchid #CF83DD

Tints of Orchid #CF83DD

Color information

#CF83DD (or 0xCF83DD) is unknown color: approx Orchid. HEX triplet: CF, 83 and DD. RGB value is (207,131,221). Sum of RGB (Red+Green+Blue) = 207+131+221=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DD is #307C22. Grayscale: #A3A3A3. Windows color (decimal): -3177507 or 14517199. OLE color: 14517199.

HSL color Cylindrical-coordinate representation of color #CF83DD: hue angle of 290.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF83DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207131221-
CMYK0.060.4100.13
HSL290.67º56.96%69.02%-
HSV(B)290.67º40.72%86.67%-
XYZ46.934.7272.64-
YUV163.98160.18158.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=37.03%
G=23.43%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071312210.060.4100.13290.6756.9669.02
HexCF83DD6290D1233945
Octal31720333565101544371105
Binary110011111000001111011101110101001011011001000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83DD; }

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

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

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

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

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

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

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

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