Html Css Color HEX #D2968C Petite Orchid

📋 copy color: '#D2968C'

red 210 ◦ green 150 ◦ blue 140

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

Shades of Petite Orchid #D2968C

Tints of Petite Orchid #D2968C

RGB

 RED value IS 210 (82.42% from 255) = 42%

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 42%
G = 30%
B = 28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2968C (or 0xD2968C) is known color: Petite Orchid. HEX triplet: D2, 96 and 8C. RGB value is (210,150,140). Sum of RGB (Red+Green+Blue) = 210+150+140=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2968C is #2D6973. Grayscale: #A6A6A6. Windows color (decimal): -2976116 or 9213650. OLE color: 9213650.

HSL color Cylindrical-coordinate representation of color #D2968C: hue angle of 8.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2968C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 140 -
CMYK 0 0.29 0.33 0.18
HSL 8.57º 0.44% 0.69% -
HSV(B) 8.57º 0.33% 0.82% -
XYZ 42.22 37.41 29.81 -
YUV 166.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 210 150 140 0 0.29 0.33 0.18 8.57 0.44 0.69
Hex D2 96 8C 0 1D 21 12 9 2C 45
Octal 322 226 214 0 35 41 22 11 54 105
Binary 11010010 10010110 10001100 0 11101 100001 10010 1001 101100 1000101

Color Harmonies of #D2968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2968C

Black with #D2968C

Text Example


Text Example

White with #D2968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2968C; }

 p { color: rgb(210,150,140); }

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

background-color css

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

 a { background-color: rgb(210,150,140); }

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

border-color css

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

 span { border-color: rgb(210,150,140); }

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