#CF9694

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

Shades of Petite Orchid #CF9694

Tints of Petite Orchid #CF9694

Color information

#CF9694 (or 0xCF9694) is unknown color: approx Petite Orchid. HEX triplet: CF, 96 and 94. RGB value is (207,150,148). Sum of RGB (Red+Green+Blue) = 207+150+148=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9694 is #30696B. Grayscale: #A6A6A6. Windows color (decimal): -3172716 or 9737935. OLE color: 9737935.

HSL color Cylindrical-coordinate representation of color #CF9694: hue angle of 2.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9694 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207150148-
CMYK00.280.290.19
HSL2.03º38.06%69.61%-
HSV(B)2.03º28.5%81.18%-
XYZ41.9837.2232.99-
YUV166.82117.38156.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=40.99%
G=29.70%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715014800.280.290.192.0338.0669.61
HexCF969401C1D1322646
Octal3172262240343523246106
Binary1100111110010110100101000111001110110011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9694; }

 p { color: rgb(207,150,148); }

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

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

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

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

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

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

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