Html Css Color HEX #DA63E9 Orchid

📋 copy color: '#DA63E9'

red 218 ◦ green 99 ◦ blue 233

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

Shades of Orchid #DA63E9

Tints of Orchid #DA63E9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18%

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

R = 39.64%
G = 18%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DA63E9 (or 0xDA63E9) is known color: Orchid. HEX triplet: DA, 63 and E9. RGB value is (218,99,233). Sum of RGB (Red+Green+Blue) = 218+99+233=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA63E9 is #259C16. Grayscale: #959595. Windows color (decimal): -2464791 or 15295450. OLE color: 15295450.

HSL color Cylindrical-coordinate representation of color #DA63E9: hue angle of 293.28º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA63E9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 99 233 -
CMYK 0.06 0.58 0 0.09
HSL 293.28º 0.75% 0.65% -
HSV(B) 293.28º 0.58% 0.91% -
XYZ 48.08 29.71 80.29 -
YUV 149.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 218 99 233 0.06 0.58 0 0.09 293.28 0.75 0.65
Hex DA 63 E9 6 3A 0 9 125 4B 41
Octal 332 143 351 6 72 0 11 445 113 101
Binary 11011010 1100011 11101001 110 111010 0 1001 100100101 1001011 1000001

Color Harmonies of #DA63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63E9

Black with #DA63E9

Text Example


Text Example

White with #DA63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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