Html Css Color HEX #DA75E5 Orchid

📋 copy color: '#DA75E5'

red 218 ◦ green 117 ◦ blue 229

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

Shades of Orchid #DA75E5

Tints of Orchid #DA75E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 38.65%
G = 20.74%
B = 40.6%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA75E5 (or 0xDA75E5) is known color: Orchid. HEX triplet: DA, 75 and E5. RGB value is (218,117,229). Sum of RGB (Red+Green+Blue) = 218+117+229=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75E5 is #258A1A. Grayscale: #9F9F9F. Windows color (decimal): -2460187 or 15037914. OLE color: 15037914.

HSL color Cylindrical-coordinate representation of color #DA75E5: hue angle of 294.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA75E5 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 117 229 -
CMYK 0.05 0.49 0 0.10
HSL 294.11º 0.68% 0.68% -
HSV(B) 294.11º 0.49% 0.9% -
XYZ 49.42 33.29 77.95 -
YUV 159.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 218 117 229 0.05 0.49 0 0.10 294.11 0.68 0.68
Hex DA 75 E5 5 31 0 A 126 44 44
Octal 332 165 345 5 61 0 12 446 104 104
Binary 11011010 1110101 11100101 101 110001 0 1010 100100110 1000100 1000100

Color Harmonies of #DA75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75E5

Black with #DA75E5

Text Example


Text Example

White with #DA75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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