Html Css Color HEX #D67ACE Orchid

📋 copy color: '#D67ACE'

red 214 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D67ACE

Tints of Orchid #D67ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.51%

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

R = 39.48%
G = 22.51%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D67ACE (or 0xD67ACE) is known color: Orchid. HEX triplet: D6, 7A and CE. RGB value is (214,122,206). Sum of RGB (Red+Green+Blue) = 214+122+206=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ACE is #298531. Grayscale: #9E9E9E. Windows color (decimal): -2721074 or 13531862. OLE color: 13531862.

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

Color convert

RGB 214 122 206 -
CMYK 0 0.43 0.04 0.16
HSL 305.22º 0.53% 0.66% -
HSV(B) 305.22º 0.43% 0.84% -
XYZ 45.83 32.67 62.28 -
YUV 159.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 214 122 206 0 0.43 0.04 0.16 305.22 0.53 0.66
Hex D6 7A CE 0 2B 4 10 131 35 42
Octal 326 172 316 0 53 4 20 461 65 102
Binary 11010110 1111010 11001110 0 101011 100 10000 100110001 110101 1000010

Color Harmonies of #D67ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ACE

Black with #D67ACE

Text Example


Text Example

White with #D67ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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