Html Css Color HEX #DC6AE8 Orchid

📋 copy color: '#DC6AE8'

red 220 ◦ green 106 ◦ blue 232

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

Shades of Orchid #DC6AE8

Tints of Orchid #DC6AE8

RGB

 RED value IS 220 (86.33% from 255) = 39.43%

 GREEN value IS 106 (41.8% from 255) = 19%

 BLUE value IS 232 (91.02% from 255) = 41.58%

R = 39.43%
G = 19%
B = 41.58%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC6AE8 (or 0xDC6AE8) is known color: Orchid. HEX triplet: DC, 6A and E8. RGB value is (220,106,232). Sum of RGB (Red+Green+Blue) = 220+106+232=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AE8 is #239517. Grayscale: #9A9A9A. Windows color (decimal): -2331928 or 15231708. OLE color: 15231708.

HSL color Cylindrical-coordinate representation of color #DC6AE8: hue angle of 294.29º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6AE8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 106 232 -
CMYK 0.05 0.54 0 0.09
HSL 294.29º 0.73% 0.66% -
HSV(B) 294.29º 0.54% 0.91% -
XYZ 49.23 31.35 79.8 -
YUV 154.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 220 106 232 0.05 0.54 0 0.09 294.29 0.73 0.66
Hex DC 6A E8 5 36 0 9 126 49 42
Octal 334 152 350 5 66 0 11 446 111 102
Binary 11011100 1101010 11101000 101 110110 0 1001 100100110 1001001 1000010

Color Harmonies of #DC6AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AE8

Black with #DC6AE8

Text Example


Text Example

White with #DC6AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AE8; }

 p { color: rgb(220,106,232); }

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

background-color css

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

 a { background-color: rgb(220,106,232); }

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

border-color css

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

 span { border-color: rgb(220,106,232); }

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