Html Css Color HEX #DA75E1 Orchid

📋 copy color: '#DA75E1'

red 218 ◦ green 117 ◦ blue 225

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

Shades of Orchid #DA75E1

Tints of Orchid #DA75E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 38.93%
G = 20.89%
B = 40.18%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA75E1 (or 0xDA75E1) is known color: Orchid. HEX triplet: DA, 75 and E1. RGB value is (218,117,225). Sum of RGB (Red+Green+Blue) = 218+117+225=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75E1 is #258A1E. Grayscale: #9F9F9F. Windows color (decimal): -2460191 or 14775770. OLE color: 14775770.

HSL color Cylindrical-coordinate representation of color #DA75E1: hue angle of 296.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA75E1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 117 225 -
CMYK 0.03 0.48 0 0.12
HSL 296.11º 0.64% 0.67% -
HSV(B) 296.11º 0.48% 0.88% -
XYZ 48.87 33.06 75.04 -
YUV 159.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 218 117 225 0.03 0.48 0 0.12 296.11 0.64 0.67
Hex DA 75 E1 3 30 0 C 128 40 43
Octal 332 165 341 3 60 0 14 450 100 103
Binary 11011010 1110101 11100001 11 110000 0 1100 100101000 1000000 1000011

Color Harmonies of #DA75E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75E1

Black with #DA75E1

Text Example


Text Example

White with #DA75E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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