Html Css Color HEX #DA64DC Orchid

📋 copy color: '#DA64DC'

red 218 ◦ green 100 ◦ blue 220

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

Shades of Orchid #DA64DC

Tints of Orchid #DA64DC

RGB

 RED value IS 218 (85.55% from 255) = 40.52%

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 40.52%
G = 18.59%
B = 40.89%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA64DC (or 0xDA64DC) is known color: Orchid. HEX triplet: DA, 64 and DC. RGB value is (218,100,220). Sum of RGB (Red+Green+Blue) = 218+100+220=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DC is #259B23. Grayscale: #949494. Windows color (decimal): -2464548 or 14443738. OLE color: 14443738.

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

Color convert

RGB 218 100 220 -
CMYK 0.01 0.55 0 0.14
HSL 299º 0.63% 0.63% -
HSV(B) 299º 0.55% 0.86% -
XYZ 46.39 29.19 70.9 -
YUV 148.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 218 100 220 0.01 0.55 0 0.14 299 0.63 0.63
Hex DA 64 DC 1 37 0 E 12B 3F 3F
Octal 332 144 334 1 67 0 16 453 77 77
Binary 11011010 1100100 11011100 1 110111 0 1110 100101011 111111 111111

Color Harmonies of #DA64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64DC

Black with #DA64DC

Text Example


Text Example

White with #DA64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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