Html Css Color HEX #DA75DC Orchid

📋 copy color: '#DA75DC'

red 218 ◦ green 117 ◦ blue 220

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

Shades of Orchid #DA75DC

Tints of Orchid #DA75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

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

R = 39.28%
G = 21.08%
B = 39.64%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA75DC (or 0xDA75DC) is known color: Orchid. HEX triplet: DA, 75 and DC. RGB value is (218,117,220). Sum of RGB (Red+Green+Blue) = 218+117+220=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75DC is #258A23. Grayscale: #9E9E9E. Windows color (decimal): -2460196 or 14448090. OLE color: 14448090.

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

Color convert

RGB 218 117 220 -
CMYK 0.01 0.47 0 0.14
HSL 298.84º 0.6% 0.66% -
HSV(B) 298.84º 0.47% 0.86% -
XYZ 48.19 32.8 71.5 -
YUV 158.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 218 117 220 0.01 0.47 0 0.14 298.84 0.6 0.66
Hex DA 75 DC 1 2F 0 E 12B 3C 42
Octal 332 165 334 1 57 0 16 453 74 102
Binary 11011010 1110101 11011100 1 101111 0 1110 100101011 111100 1000010

Color Harmonies of #DA75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75DC

Black with #DA75DC

Text Example


Text Example

White with #DA75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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