Html Css Color HEX #D68C8C Petite Orchid

📋 copy color: '#D68C8C'

red 214 ◦ green 140 ◦ blue 140

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

Shades of Petite Orchid #D68C8C

Tints of Petite Orchid #D68C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 43.32%
G = 28.34%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D68C8C (or 0xD68C8C) is known color: Petite Orchid. HEX triplet: D6, 8C and 8C. RGB value is (214,140,140). Sum of RGB (Red+Green+Blue) = 214+140+140=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C8C is #297373. Grayscale: #A2A2A2. Windows color (decimal): -2716532 or 9211094. OLE color: 9211094.

HSL color Cylindrical-coordinate representation of color #D68C8C: hue angle of 0º 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 #D68C8C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 140 -
CMYK 0 0.35 0.35 0.16
HSL 0.47% 0.69% -
HSV(B) 0.35% 0.84% -
XYZ 41.84 34.95 29.35 -
YUV 162.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 214 140 140 0 0.35 0.35 0.16 0 0.47 0.69
Hex D6 8C 8C 0 23 23 10 0 2F 45
Octal 326 214 214 0 43 43 20 0 57 105
Binary 11010110 10001100 10001100 0 100011 100011 10000 0 101111 1000101

Color Harmonies of #D68C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C8C

Black with #D68C8C

Text Example


Text Example

White with #D68C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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