Html Css Color HEX #D67ABC Orchid

📋 copy color: '#D67ABC'

red 214 ◦ green 122 ◦ blue 188

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

Shades of Orchid #D67ABC

Tints of Orchid #D67ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 40.84%
G = 23.28%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D67ABC (or 0xD67ABC) is known color: Orchid. HEX triplet: D6, 7A and BC. RGB value is (214,122,188). Sum of RGB (Red+Green+Blue) = 214+122+188=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABC is #298543. Grayscale: #9C9C9C. Windows color (decimal): -2721092 or 12352214. OLE color: 12352214.

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

Color convert

RGB 214 122 188 -
CMYK 0 0.43 0.12 0.16
HSL 316.96º 0.53% 0.66% -
HSV(B) 316.96º 0.43% 0.84% -
XYZ 43.77 31.85 51.42 -
YUV 157.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 214 122 188 0 0.43 0.12 0.16 316.96 0.53 0.66
Hex D6 7A BC 0 2B C 10 13D 35 42
Octal 326 172 274 0 53 14 20 475 65 102
Binary 11010110 1111010 10111100 0 101011 1100 10000 100111101 110101 1000010

Color Harmonies of #D67ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ABC

Black with #D67ABC

Text Example


Text Example

White with #D67ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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