Html Css Color HEX #DA72E8 Orchid

📋 copy color: '#DA72E8'

red 218 ◦ green 114 ◦ blue 232

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

Shades of Orchid #DA72E8

Tints of Orchid #DA72E8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.21%

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 38.65%
G = 20.21%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DA72E8 (or 0xDA72E8) is known color: Orchid. HEX triplet: DA, 72 and E8. RGB value is (218,114,232). Sum of RGB (Red+Green+Blue) = 218+114+232=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA72E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72E8 is #258D17. Grayscale: #9E9E9E. Windows color (decimal): -2460952 or 15233754. OLE color: 15233754.

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

Color convert

RGB 218 114 232 -
CMYK 0.06 0.51 0 0.09
HSL 292.88º 0.72% 0.68% -
HSV(B) 292.88º 0.51% 0.91% -
XYZ 49.5 32.77 80.06 -
YUV 158.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 218 114 232 0.06 0.51 0 0.09 292.88 0.72 0.68
Hex DA 72 E8 6 33 0 9 125 48 44
Octal 332 162 350 6 63 0 11 445 110 104
Binary 11011010 1110010 11101000 110 110011 0 1001 100100101 1001000 1000100

Color Harmonies of #DA72E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72E8

Black with #DA72E8

Text Example


Text Example

White with #DA72E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72E8; }

 p { color: rgb(218,114,232); }

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

background-color css

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

 a { background-color: rgb(218,114,232); }

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

border-color css

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

 span { border-color: rgb(218,114,232); }

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