Html Css Color HEX #D67AD0 Orchid

📋 copy color: '#D67AD0'

red 214 ◦ green 122 ◦ blue 208

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

Shades of Orchid #D67AD0

Tints of Orchid #D67AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 39.34%
G = 22.43%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D67AD0 (or 0xD67AD0) is known color: Orchid. HEX triplet: D6, 7A and D0. RGB value is (214,122,208). Sum of RGB (Red+Green+Blue) = 214+122+208=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AD0 is #29852F. Grayscale: #9F9F9F. Windows color (decimal): -2721072 or 13662934. OLE color: 13662934.

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

Color convert

RGB 214 122 208 -
CMYK 0 0.43 0.03 0.16
HSL 303.91º 0.53% 0.66% -
HSV(B) 303.91º 0.43% 0.84% -
XYZ 46.08 32.77 63.57 -
YUV 159.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 214 122 208 0 0.43 0.03 0.16 303.91 0.53 0.66
Hex D6 7A D0 0 2B 3 10 130 35 42
Octal 326 172 320 0 53 3 20 460 65 102
Binary 11010110 1111010 11010000 0 101011 11 10000 100110000 110101 1000010

Color Harmonies of #D67AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AD0

Black with #D67AD0

Text Example


Text Example

White with #D67AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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