Html Css Color HEX #D67ABE Orchid

📋 copy color: '#D67ABE'

red 214 ◦ green 122 ◦ blue 190

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

Shades of Orchid #D67ABE

Tints of Orchid #D67ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 40.68%
G = 23.19%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D67ABE (or 0xD67ABE) is known color: Orchid. HEX triplet: D6, 7A and BE. RGB value is (214,122,190). Sum of RGB (Red+Green+Blue) = 214+122+190=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABE is #298541. Grayscale: #9D9D9D. Windows color (decimal): -2721090 or 12483286. OLE color: 12483286.

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

Color convert

RGB 214 122 190 -
CMYK 0 0.43 0.11 0.16
HSL 315.65º 0.53% 0.66% -
HSV(B) 315.65º 0.43% 0.84% -
XYZ 43.99 31.93 52.56 -
YUV 157.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 214 122 190 0 0.43 0.11 0.16 315.65 0.53 0.66
Hex D6 7A BE 0 2B B 10 13C 35 42
Octal 326 172 276 0 53 13 20 474 65 102
Binary 11010110 1111010 10111110 0 101011 1011 10000 100111100 110101 1000010

Color Harmonies of #D67ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ABE

Black with #D67ABE

Text Example


Text Example

White with #D67ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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