#CF9693

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

Shades of Petite Orchid #CF9693

Tints of Petite Orchid #CF9693

Color information

#CF9693 (or 0xCF9693) is unknown color: approx Petite Orchid. HEX triplet: CF, 96 and 93. RGB value is (207,150,147). Sum of RGB (Red+Green+Blue) = 207+150+147=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9693 is #30696C. Grayscale: #A6A6A6. Windows color (decimal): -3172717 or 9672399. OLE color: 9672399.

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

Color convert

RGB207150147-
CMYK00.280.290.19
HSL38.46%69.41%-
HSV(B)28.99%81.18%-
XYZ41.937.1832.57-
YUV166.7116.88156.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=41.07%
G=29.76%
B=29.17%

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
Decimal20715014700.280.290.19338.4669.41
HexCF969301C1D1332645
Octal3172262230343523346105
Binary1100111110010110100100110111001110110011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9693; }

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

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

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

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

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

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

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

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