Html Css Color HEX #DA64E0 Orchid

📋 copy color: '#DA64E0'

red 218 ◦ green 100 ◦ blue 224

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

Shades of Orchid #DA64E0

Tints of Orchid #DA64E0

RGB

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

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

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

R = 40.22%
G = 18.45%
B = 41.33%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA64E0 (or 0xDA64E0) is known color: Orchid. HEX triplet: DA, 64 and E0. RGB value is (218,100,224). Sum of RGB (Red+Green+Blue) = 218+100+224=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64E0 is #259B1F. Grayscale: #959595. Windows color (decimal): -2464544 or 14705882. OLE color: 14705882.

HSL color Cylindrical-coordinate representation of color #DA64E0: hue angle of 297.1º 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 #DA64E0 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 100 224 -
CMYK 0.03 0.55 0 0.12
HSL 297.1º 0.67% 0.64% -
HSV(B) 297.1º 0.55% 0.88% -
XYZ 46.93 29.4 73.72 -
YUV 149.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 218 100 224 0.03 0.55 0 0.12 297.1 0.67 0.64
Hex DA 64 E0 3 37 0 C 129 43 40
Octal 332 144 340 3 67 0 14 451 103 100
Binary 11011010 1100100 11100000 11 110111 0 1100 100101001 1000011 1000000

Color Harmonies of #DA64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64E0

Black with #DA64E0

Text Example


Text Example

White with #DA64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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