#CF81D5

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

Shades of Orchid #CF81D5

Tints of Orchid #CF81D5

Color information

#CF81D5 (or 0xCF81D5) is unknown color: approx Orchid. HEX triplet: CF, 81 and D5. RGB value is (207,129,213). Sum of RGB (Red+Green+Blue) = 207+129+213=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81D5 is #307E2A. Grayscale: #A1A1A1. Windows color (decimal): -3178027 or 13992399. OLE color: 13992399.

HSL color Cylindrical-coordinate representation of color #CF81D5: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF81D5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207129213-
CMYK0.030.3900.16
HSL295.71º50%67.06%-
HSV(B)295.71º39.44%83.53%-
XYZ45.5933.7767.07-
YUV161.9156.84160.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=37.70%
G=23.50%
B=38.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071292130.030.3900.16295.715067.06
HexCF81D53270101283243
Octal31720132534702045062103
Binary110011111000000111010101111001110100001001010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81D5; }

 p { color: rgb(207,129,213); }

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

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

 a { background-color: rgb(207,129,213); }

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

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

 span { border-color: rgb(207,129,213); }

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