Html Css Color HEX #DC64DF Orchid

📋 copy color: '#DC64DF'

red 220 ◦ green 100 ◦ blue 223

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

Shades of Orchid #DC64DF

Tints of Orchid #DC64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 40.52%
G = 18.42%
B = 41.07%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC64DF (or 0xDC64DF) is known color: Orchid. HEX triplet: DC, 64 and DF. RGB value is (220,100,223). Sum of RGB (Red+Green+Blue) = 220+100+223=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64DF is #239B20. Grayscale: #959595. Windows color (decimal): -2333473 or 14640348. OLE color: 14640348.

HSL color Cylindrical-coordinate representation of color #DC64DF: hue angle of 298.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64DF is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 100 223 -
CMYK 0.01 0.55 0 0.13
HSL 298.54º 0.66% 0.63% -
HSV(B) 298.54º 0.55% 0.87% -
XYZ 47.39 29.66 73.04 -
YUV 149.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 220 100 223 0.01 0.55 0 0.13 298.54 0.66 0.63
Hex DC 64 DF 1 37 0 D 12B 42 3F
Octal 334 144 337 1 67 0 15 453 102 77
Binary 11011100 1100100 11011111 1 110111 0 1101 100101011 1000010 111111

Color Harmonies of #DC64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64DF

Black with #DC64DF

Text Example


Text Example

White with #DC64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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