#CD9694

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

Shades of Petite Orchid #CD9694

Tints of Petite Orchid #CD9694

Color information

#CD9694 (or 0xCD9694) is unknown color: approx Petite Orchid. HEX triplet: CD, 96 and 94. RGB value is (205,150,148). Sum of RGB (Red+Green+Blue) = 205+150+148=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9694 is #32696B. Grayscale: #A6A6A6. Windows color (decimal): -3303788 or 9737933. OLE color: 9737933.

HSL color Cylindrical-coordinate representation of color #CD9694: hue angle of 2.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9694 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205150148-
CMYK00.270.280.20
HSL2.11º36.31%69.22%-
HSV(B)2.11º27.8%80.39%-
XYZ41.4336.9332.96-
YUV166.22117.72155.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=40.76%
G=29.82%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515014800.270.280.202.1136.3169.22
HexCD969401B1C1422445
Octal3152262240333424244105
Binary1100110110010110100101000110111110010100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9694; }

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

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

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

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

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

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

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

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