Html Css Color HEX #D67AD5 Orchid

📋 copy color: '#D67AD5'

red 214 ◦ green 122 ◦ blue 213

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

Shades of Orchid #D67AD5

Tints of Orchid #D67AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 38.98%
G = 22.22%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D67AD5 (or 0xD67AD5) is known color: Orchid. HEX triplet: D6, 7A and D5. RGB value is (214,122,213). Sum of RGB (Red+Green+Blue) = 214+122+213=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AD5 is #29852A. Grayscale: #9F9F9F. Windows color (decimal): -2721067 or 13990614. OLE color: 13990614.

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

Color convert

RGB 214 122 213 -
CMYK 0 0.43 0.00 0.16
HSL 300.65º 0.53% 0.66% -
HSV(B) 300.65º 0.43% 0.84% -
XYZ 46.7 33.02 66.86 -
YUV 159.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 214 122 213 0 0.43 0.00 0.16 300.65 0.53 0.66
Hex D6 7A D5 0 2B 0 10 12D 35 42
Octal 326 172 325 0 53 0 20 455 65 102
Binary 11010110 1111010 11010101 0 101011 0 10000 100101101 110101 1000010

Color Harmonies of #D67AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AD5

Black with #D67AD5

Text Example


Text Example

White with #D67AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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