Html Css Color HEX #D68ACE Orchid

📋 copy color: '#D68ACE'

red 214 ◦ green 138 ◦ blue 206

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

Shades of Orchid #D68ACE

Tints of Orchid #D68ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.73%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 38.35%
G = 24.73%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68ACE (or 0xD68ACE) is known color: Orchid. HEX triplet: D6, 8A and CE. RGB value is (214,138,206). Sum of RGB (Red+Green+Blue) = 214+138+206=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACE is #297531. Grayscale: #A8A8A8. Windows color (decimal): -2716978 or 13535958. OLE color: 13535958.

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

Color convert

RGB 214 138 206 -
CMYK 0 0.36 0.04 0.16
HSL 306.32º 0.48% 0.69% -
HSV(B) 306.32º 0.36% 0.84% -
XYZ 47.96 36.93 62.99 -
YUV 168.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 214 138 206 0 0.36 0.04 0.16 306.32 0.48 0.69
Hex D6 8A CE 0 24 4 10 132 30 45
Octal 326 212 316 0 44 4 20 462 60 105
Binary 11010110 10001010 11001110 0 100100 100 10000 100110010 110000 1000101

Color Harmonies of #D68ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ACE

Black with #D68ACE

Text Example


Text Example

White with #D68ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ACE; }

 p { color: rgb(214,138,206); }

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

background-color css

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

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

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

border-color css

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

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

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