Html Css Color HEX #D4968F Petite Orchid

📋 copy color: '#D4968F'

red 212 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #D4968F

Tints of Petite Orchid #D4968F

RGB

 RED value IS 212 (83.2% from 255) = 41.98%

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 41.98%
G = 29.7%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4968F (or 0xD4968F) is known color: Petite Orchid. HEX triplet: D4, 96 and 8F. RGB value is (212,150,143). Sum of RGB (Red+Green+Blue) = 212+150+143=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4968F is #2B6970. Grayscale: #A7A7A7. Windows color (decimal): -2845041 or 9410260. OLE color: 9410260.

HSL color Cylindrical-coordinate representation of color #D4968F: hue angle of 6.09º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4968F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 143 -
CMYK 0 0.29 0.33 0.17
HSL 6.09º 0.45% 0.7% -
HSV(B) 6.09º 0.33% 0.83% -
XYZ 43.02 37.79 31.01 -
YUV 167.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 212 150 143 0 0.29 0.33 0.17 6.09 0.45 0.7
Hex D4 96 8F 0 1D 21 11 6 2D 46
Octal 324 226 217 0 35 41 21 6 55 106
Binary 11010100 10010110 10001111 0 11101 100001 10001 110 101101 1000110

Color Harmonies of #D4968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4968F

Black with #D4968F

Text Example


Text Example

White with #D4968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4968F; }

 p { color: rgb(212,150,143); }

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

background-color css

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

 a { background-color: rgb(212,150,143); }

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

border-color css

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

 span { border-color: rgb(212,150,143); }

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