Html Css Color HEX #D68F8C Petite Orchid

📋 copy color: '#D68F8C'

red 214 ◦ green 143 ◦ blue 140

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

Shades of Petite Orchid #D68F8C

Tints of Petite Orchid #D68F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

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

R = 43.06%
G = 28.77%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D68F8C (or 0xD68F8C) is known color: Petite Orchid. HEX triplet: D6, 8F and 8C. RGB value is (214,143,140). Sum of RGB (Red+Green+Blue) = 214+143+140=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F8C is #297073. Grayscale: #A3A3A3. Windows color (decimal): -2715764 or 9211862. OLE color: 9211862.

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

Color convert

RGB 214 143 140 -
CMYK 0 0.33 0.35 0.16
HSL 2.43º 0.47% 0.69% -
HSV(B) 2.43º 0.35% 0.84% -
XYZ 42.29 35.83 29.5 -
YUV 163.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 214 143 140 0 0.33 0.35 0.16 2.43 0.47 0.69
Hex D6 8F 8C 0 21 23 10 2 2F 45
Octal 326 217 214 0 41 43 20 2 57 105
Binary 11010110 10001111 10001100 0 100001 100011 10000 10 101111 1000101

Color Harmonies of #D68F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F8C

Black with #D68F8C

Text Example


Text Example

White with #D68F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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