#CF968E

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

Shades of Petite Orchid #CF968E

Tints of Petite Orchid #CF968E

Color information

#CF968E (or 0xCF968E) is unknown color: approx Petite Orchid. HEX triplet: CF, 96 and 8E. RGB value is (207,150,142). Sum of RGB (Red+Green+Blue) = 207+150+142=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968E is #306971. Grayscale: #A6A6A6. Windows color (decimal): -3172722 or 9344719. OLE color: 9344719.

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

Color convert

RGB207150142-
CMYK00.280.310.19
HSL7.38º40.37%68.43%-
HSV(B)7.38º31.4%81.18%-
XYZ41.5237.0330.55-
YUV166.13114.38157.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=41.48%
G=30.06%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715014200.280.310.197.3840.3768.43
HexCF968E01C1F1372844
Octal3172262160343723750104
Binary11001111100101101000111001110011111100111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF968E; }

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

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

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

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

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

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

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

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