Html Css Color HEX #D6968F Petite Orchid

📋 copy color: '#D6968F'

red 214 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #D6968F

Tints of Petite Orchid #D6968F

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

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

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

R = 42.21%
G = 29.59%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6968F (or 0xD6968F) is known color: Petite Orchid. HEX triplet: D6, 96 and 8F. RGB value is (214,150,143). Sum of RGB (Red+Green+Blue) = 214+150+143=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6968F is #296970. Grayscale: #A8A8A8. Windows color (decimal): -2713969 or 9410262. OLE color: 9410262.

HSL color Cylindrical-coordinate representation of color #D6968F: hue angle of 5.92º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6968F is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 143 -
CMYK 0 0.30 0.33 0.16
HSL 5.92º 0.46% 0.7% -
HSV(B) 5.92º 0.33% 0.84% -
XYZ 43.6 38.09 31.04 -
YUV 168.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 214 150 143 0 0.30 0.33 0.16 5.92 0.46 0.7
Hex D6 96 8F 0 1E 21 10 6 2E 46
Octal 326 226 217 0 36 41 20 6 56 106
Binary 11010110 10010110 10001111 0 11110 100001 10000 110 101110 1000110

Color Harmonies of #D6968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6968F

Black with #D6968F

Text Example


Text Example

White with #D6968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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