Html Css Color HEX #DC64E0 Orchid

📋 copy color: '#DC64E0'

red 220 ◦ green 100 ◦ blue 224

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

Shades of Orchid #DC64E0

Tints of Orchid #DC64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 40.44%
G = 18.38%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC64E0 (or 0xDC64E0) is known color: Orchid. HEX triplet: DC, 64 and E0. RGB value is (220,100,224). Sum of RGB (Red+Green+Blue) = 220+100+224=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64E0 is #239B1F. Grayscale: #959595. Windows color (decimal): -2333472 or 14705884. OLE color: 14705884.

HSL color Cylindrical-coordinate representation of color #DC64E0: hue angle of 298.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64E0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 100 224 -
CMYK 0.02 0.55 0 0.12
HSL 298.06º 0.67% 0.64% -
HSV(B) 298.06º 0.55% 0.88% -
XYZ 47.53 29.71 73.75 -
YUV 150.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 220 100 224 0.02 0.55 0 0.12 298.06 0.67 0.64
Hex DC 64 E0 2 37 0 C 12A 43 40
Octal 334 144 340 2 67 0 14 452 103 100
Binary 11011100 1100100 11100000 10 110111 0 1100 100101010 1000011 1000000

Color Harmonies of #DC64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64E0

Black with #DC64E0

Text Example


Text Example

White with #DC64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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