Html Css Color HEX #DC64E8 Orchid

📋 copy color: '#DC64E8'

red 220 ◦ green 100 ◦ blue 232

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

Shades of Orchid #DC64E8

Tints of Orchid #DC64E8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.12%

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

R = 39.86%
G = 18.12%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC64E8 (or 0xDC64E8) is known color: Orchid. HEX triplet: DC, 64 and E8. RGB value is (220,100,232). Sum of RGB (Red+Green+Blue) = 220+100+232=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC64E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64E8 is #239B17. Grayscale: #969696. Windows color (decimal): -2333464 or 15230172. OLE color: 15230172.

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

Color convert

RGB 220 100 232 -
CMYK 0.05 0.57 0 0.09
HSL 294.55º 0.74% 0.65% -
HSV(B) 294.55º 0.57% 0.91% -
XYZ 48.64 30.16 79.6 -
YUV 150.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 220 100 232 0.05 0.57 0 0.09 294.55 0.74 0.65
Hex DC 64 E8 5 39 0 9 127 4A 41
Octal 334 144 350 5 71 0 11 447 112 101
Binary 11011100 1100100 11101000 101 111001 0 1001 100100111 1001010 1000001

Color Harmonies of #DC64E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64E8

Black with #DC64E8

Text Example


Text Example

White with #DC64E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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