#CF88D6

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

Shades of Orchid #CF88D6

Tints of Orchid #CF88D6

Color information

#CF88D6 (or 0xCF88D6) is unknown color: approx Orchid. HEX triplet: CF, 88 and D6. RGB value is (207,136,214). Sum of RGB (Red+Green+Blue) = 207+136+214=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88D6 is #307729. Grayscale: #A5A5A5. Windows color (decimal): -3176234 or 14059727. OLE color: 14059727.

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

Color convert

RGB207136214-
CMYK0.030.3600.16
HSL294.62º48.75%68.63%-
HSV(B)294.62º36.45%83.92%-
XYZ46.6735.7368.05-
YUV166.12155.02157.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=37.16%
G=24.42%
B=38.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071362140.030.3600.16294.6248.7568.63
HexCF88D63240101273145
Octal31721032634402044761105
Binary110011111000100011010110111001000100001001001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88D6; }

 p { color: rgb(207,136,214); }

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

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

 a { background-color: rgb(207,136,214); }

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

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

 span { border-color: rgb(207,136,214); }

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