Html Css Color HEX #DC968E Petite Orchid

📋 copy color: '#DC968E'

red 220 ◦ green 150 ◦ blue 142

#DC968E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DC968E

Tints of Petite Orchid #DC968E

RGB

 RED value IS 220 (86.33% from 255) = 42.97%

 GREEN value IS 150 (58.98% from 255) = 29.3%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 42.97%
G = 29.3%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC968E (or 0xDC968E) is known color: Petite Orchid. HEX triplet: DC, 96 and 8E. RGB value is (220,150,142). Sum of RGB (Red+Green+Blue) = 220+150+142=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968E is #236971. Grayscale: #AAAAAA. Windows color (decimal): -2320754 or 9344732. OLE color: 9344732.

HSL color Cylindrical-coordinate representation of color #DC968E: hue angle of 6.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC968E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 142 -
CMYK 0 0.32 0.35 0.14
HSL 6.15º 0.53% 0.71% -
HSV(B) 6.15º 0.35% 0.86% -
XYZ 45.3 38.98 30.73 -
YUV 170.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 220 150 142 0 0.32 0.35 0.14 6.15 0.53 0.71
Hex DC 96 8E 0 20 23 E 6 35 47
Octal 334 226 216 0 40 43 16 6 65 107
Binary 11011100 10010110 10001110 0 100000 100011 1110 110 110101 1000111

Color Harmonies of #DC968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC968E

Black with #DC968E

Text Example


Text Example

White with #DC968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC968E; }

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

 H1.HeaderClassName
 {
   color: #DC968E;
 }
 .AnyTagClassName
 {
   color: #DC968E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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