#CF88CF

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

Shades of Orchid #CF88CF

Tints of Orchid #CF88CF

Color information

#CF88CF (or 0xCF88CF) is unknown color: approx Orchid. HEX triplet: CF, 88 and CF. RGB value is (207,136,207). Sum of RGB (Red+Green+Blue) = 207+136+207=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CF is #307730. Grayscale: #A5A5A5. Windows color (decimal): -3176241 or 13600975. OLE color: 13600975.

HSL color Cylindrical-coordinate representation of color #CF88CF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88CF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207136207-
CMYK00.3400.19
HSL300º42.51%67.25%-
HSV(B)300º34.3%81.18%-
XYZ45.835.3863.45-
YUV165.32151.52157.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=37.64%
G=24.73%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713620700.3400.1930042.5167.25
HexCF88CF02201312c2b43
Octal31721031704202345453103
Binary11001111100010001100111101000100100111001011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88CF; }

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

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

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

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

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

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

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

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