Html Css Color HEX #DA64DE Orchid

📋 copy color: '#DA64DE'

red 218 ◦ green 100 ◦ blue 222

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

Shades of Orchid #DA64DE

Tints of Orchid #DA64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 40.37%
G = 18.52%
B = 41.11%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA64DE (or 0xDA64DE) is known color: Orchid. HEX triplet: DA, 64 and DE. RGB value is (218,100,222). Sum of RGB (Red+Green+Blue) = 218+100+222=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DE is #259B21. Grayscale: #949494. Windows color (decimal): -2464546 or 14574810. OLE color: 14574810.

HSL color Cylindrical-coordinate representation of color #DA64DE: hue angle of 298.03º degrees, saturation: 0.65, 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 #DA64DE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 100 222 -
CMYK 0.02 0.55 0 0.13
HSL 298.03º 0.65% 0.63% -
HSV(B) 298.03º 0.55% 0.87% -
XYZ 46.66 29.29 72.3 -
YUV 149.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 218 100 222 0.02 0.55 0 0.13 298.03 0.65 0.63
Hex DA 64 DE 2 37 0 D 12A 41 3F
Octal 332 144 336 2 67 0 15 452 101 77
Binary 11011010 1100100 11011110 10 110111 0 1101 100101010 1000001 111111

Color Harmonies of #DA64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64DE

Black with #DA64DE

Text Example


Text Example

White with #DA64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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