Html Css Color HEX #D67AE6 Orchid

📋 copy color: '#D67AE6'

red 214 ◦ green 122 ◦ blue 230

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

Shades of Orchid #D67AE6

Tints of Orchid #D67AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 37.81%
G = 21.55%
B = 40.64%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D67AE6 (or 0xD67AE6) is known color: Orchid. HEX triplet: D6, 7A and E6. RGB value is (214,122,230). Sum of RGB (Red+Green+Blue) = 214+122+230=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #D67AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AE6 is #298519. Grayscale: #A1A1A1. Windows color (decimal): -2721050 or 15104726. OLE color: 15104726.

HSL color Cylindrical-coordinate representation of color #D67AE6: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67AE6 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 122 230 -
CMYK 0.07 0.47 0 0.10
HSL 291.11º 0.68% 0.69% -
HSV(B) 291.11º 0.47% 0.9% -
XYZ 48.97 33.93 78.83 -
YUV 161.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 214 122 230 0.07 0.47 0 0.10 291.11 0.68 0.69
Hex D6 7A E6 7 2F 0 A 123 44 45
Octal 326 172 346 7 57 0 12 443 104 105
Binary 11010110 1111010 11100110 111 101111 0 1010 100100011 1000100 1000101

Color Harmonies of #D67AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AE6

Black with #D67AE6

Text Example


Text Example

White with #D67AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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