Html Css Color HEX #D67ADE Orchid

📋 copy color: '#D67ADE'

red 214 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D67ADE

Tints of Orchid #D67ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 38.35%
G = 21.86%
B = 39.78%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D67ADE (or 0xD67ADE) is known color: Orchid. HEX triplet: D6, 7A and DE. RGB value is (214,122,222). Sum of RGB (Red+Green+Blue) = 214+122+222=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D67ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ADE is #298521. Grayscale: #A0A0A0. Windows color (decimal): -2721058 or 14580438. OLE color: 14580438.

HSL color Cylindrical-coordinate representation of color #D67ADE: hue angle of 295.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67ADE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 122 222 -
CMYK 0.04 0.45 0 0.13
HSL 295.2º 0.6% 0.67% -
HSV(B) 295.2º 0.45% 0.87% -
XYZ 47.88 33.49 73.05 -
YUV 160.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 214 122 222 0.04 0.45 0 0.13 295.2 0.6 0.67
Hex D6 7A DE 4 2D 0 D 127 3C 43
Octal 326 172 336 4 55 0 15 447 74 103
Binary 11010110 1111010 11011110 100 101101 0 1101 100100111 111100 1000011

Color Harmonies of #D67ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ADE

Black with #D67ADE

Text Example


Text Example

White with #D67ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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