Html Css Color HEX #DA64E9 Orchid

📋 copy color: '#DA64E9'

red 218 ◦ green 100 ◦ blue 233

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

Shades of Orchid #DA64E9

Tints of Orchid #DA64E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 39.56%
G = 18.15%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DA64E9 (or 0xDA64E9) is known color: Orchid. HEX triplet: DA, 64 and E9. RGB value is (218,100,233). Sum of RGB (Red+Green+Blue) = 218+100+233=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA64E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64E9 is #259B16. Grayscale: #969696. Windows color (decimal): -2464535 or 15295706. OLE color: 15295706.

HSL color Cylindrical-coordinate representation of color #DA64E9: hue angle of 293.23º degrees, saturation: 0.75, 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 #DA64E9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 100 233 -
CMYK 0.06 0.57 0 0.09
HSL 293.23º 0.75% 0.65% -
HSV(B) 293.23º 0.57% 0.91% -
XYZ 48.18 29.9 80.32 -
YUV 150.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 218 100 233 0.06 0.57 0 0.09 293.23 0.75 0.65
Hex DA 64 E9 6 39 0 9 125 4B 41
Octal 332 144 351 6 71 0 11 445 113 101
Binary 11011010 1100100 11101001 110 111001 0 1001 100100101 1001011 1000001

Color Harmonies of #DA64E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64E9

Black with #DA64E9

Text Example


Text Example

White with #DA64E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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