Html Css Color HEX #DA72C0 Orchid

📋 copy color: '#DA72C0'

red 218 ◦ green 114 ◦ blue 192

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

Shades of Orchid #DA72C0

Tints of Orchid #DA72C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 41.6%
G = 21.76%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA72C0 (or 0xDA72C0) is known color: Orchid. HEX triplet: DA, 72 and C0. RGB value is (218,114,192). Sum of RGB (Red+Green+Blue) = 218+114+192=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72C0 is #258D3F. Grayscale: #999999. Windows color (decimal): -2460992 or 12612314. OLE color: 12612314.

HSL color Cylindrical-coordinate representation of color #DA72C0: hue angle of 315º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA72C0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 192 -
CMYK 0 0.48 0.12 0.15
HSL 315º 0.58% 0.65% -
HSV(B) 315º 0.48% 0.85% -
XYZ 44.45 30.75 53.46 -
YUV 153.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 218 114 192 0 0.48 0.12 0.15 315 0.58 0.65
Hex DA 72 C0 0 30 C F 13B 3A 41
Octal 332 162 300 0 60 14 17 473 72 101
Binary 11011010 1110010 11000000 0 110000 1100 1111 100111011 111010 1000001

Color Harmonies of #DA72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72C0

Black with #DA72C0

Text Example


Text Example

White with #DA72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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