Html Css Color HEX #DA63DC Orchid

📋 copy color: '#DA63DC'

red 218 ◦ green 99 ◦ blue 220

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

Shades of Orchid #DA63DC

Tints of Orchid #DA63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 40.6%
G = 18.44%
B = 40.97%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA63DC (or 0xDA63DC) is known color: Orchid. HEX triplet: DA, 63 and DC. RGB value is (218,99,220). Sum of RGB (Red+Green+Blue) = 218+99+220=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63DC is #259C23. Grayscale: #949494. Windows color (decimal): -2464804 or 14443482. OLE color: 14443482.

HSL color Cylindrical-coordinate representation of color #DA63DC: hue angle of 299.01º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63DC is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 99 220 -
CMYK 0.01 0.55 0 0.14
HSL 299.01º 0.63% 0.63% -
HSV(B) 299.01º 0.55% 0.86% -
XYZ 46.29 29 70.87 -
YUV 148.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 218 99 220 0.01 0.55 0 0.14 299.01 0.63 0.63
Hex DA 63 DC 1 37 0 E 12B 3F 3F
Octal 332 143 334 1 67 0 16 453 77 77
Binary 11011010 1100011 11011100 1 110111 0 1110 100101011 111111 111111

Color Harmonies of #DA63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63DC

Black with #DA63DC

Text Example


Text Example

White with #DA63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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