Html Css Color HEX #DA64DF Orchid

📋 copy color: '#DA64DF'

red 218 ◦ green 100 ◦ blue 223

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

Shades of Orchid #DA64DF

Tints of Orchid #DA64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 40.3%
G = 18.48%
B = 41.22%

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

#DA64DF (or 0xDA64DF) is known color: Orchid. HEX triplet: DA, 64 and DF. RGB value is (218,100,223). Sum of RGB (Red+Green+Blue) = 218+100+223=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DF is #259B20. Grayscale: #949494. Windows color (decimal): -2464545 or 14640346. OLE color: 14640346.

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

Color convert

RGB 218 100 223 -
CMYK 0.02 0.55 0 0.13
HSL 297.56º 0.66% 0.63% -
HSV(B) 297.56º 0.55% 0.87% -
XYZ 46.79 29.35 73.01 -
YUV 149.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 218 100 223 0.02 0.55 0 0.13 297.56 0.66 0.63
Hex DA 64 DF 2 37 0 D 12A 42 3F
Octal 332 144 337 2 67 0 15 452 102 77
Binary 11011010 1100100 11011111 10 110111 0 1101 100101010 1000010 111111

Color Harmonies of #DA64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64DF

Black with #DA64DF

Text Example


Text Example

White with #DA64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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