#CF89D4

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

Shades of Orchid #CF89D4

Tints of Orchid #CF89D4

Color information

#CF89D4 (or 0xCF89D4) is unknown color: approx Orchid. HEX triplet: CF, 89 and D4. RGB value is (207,137,212). Sum of RGB (Red+Green+Blue) = 207+137+212=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89D4 is #30762B. Grayscale: #A6A6A6. Windows color (decimal): -3175980 or 13928911. OLE color: 13928911.

HSL color Cylindrical-coordinate representation of color #CF89D4: hue angle of 296º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF89D4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207137212-
CMYK0.020.3500.17
HSL296º46.58%68.43%-
HSV(B)296º35.38%83.14%-
XYZ46.5635.9166.76-
YUV166.48153.69156.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=37.23%
G=24.64%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071372120.020.3500.1729646.5868.43
HexCF89D42230111282f44
Octal31721132424302145057104
Binary110011111000100111010100101000110100011001010001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89D4; }

 p { color: rgb(207,137,212); }

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

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

 a { background-color: rgb(207,137,212); }

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

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

 span { border-color: rgb(207,137,212); }

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