Html Css Color HEX #DA64EA Orchid

📋 copy color: '#DA64EA'

red 218 ◦ green 100 ◦ blue 234

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

Shades of Orchid #DA64EA

Tints of Orchid #DA64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 39.49%
G = 18.12%
B = 42.39%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA64EA (or 0xDA64EA) is known color: Orchid. HEX triplet: DA, 64 and EA. RGB value is (218,100,234). Sum of RGB (Red+Green+Blue) = 218+100+234=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64EA is #259B15. Grayscale: #969696. Windows color (decimal): -2464534 or 15361242. OLE color: 15361242.

HSL color Cylindrical-coordinate representation of color #DA64EA: hue angle of 292.84º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA64EA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 100 234 -
CMYK 0.07 0.57 0 0.08
HSL 292.84º 0.76% 0.65% -
HSV(B) 292.84º 0.57% 0.92% -
XYZ 48.32 29.96 81.08 -
YUV 150.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 218 100 234 0.07 0.57 0 0.08 292.84 0.76 0.65
Hex DA 64 EA 7 39 0 8 125 4C 41
Octal 332 144 352 7 71 0 10 445 114 101
Binary 11011010 1100100 11101010 111 111001 0 1000 100100101 1001100 1000001

Color Harmonies of #DA64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64EA

Black with #DA64EA

Text Example


Text Example

White with #DA64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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