Html Css Color HEX #DA72CA Orchid

📋 copy color: '#DA72CA'

red 218 ◦ green 114 ◦ blue 202

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

Shades of Orchid #DA72CA

Tints of Orchid #DA72CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 40.82%
G = 21.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA72CA (or 0xDA72CA) is known color: Orchid. HEX triplet: DA, 72 and CA. RGB value is (218,114,202). Sum of RGB (Red+Green+Blue) = 218+114+202=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72CA is #258D35. Grayscale: #9A9A9A. Windows color (decimal): -2460982 or 13267674. OLE color: 13267674.

HSL color Cylindrical-coordinate representation of color #DA72CA: hue angle of 309.23º 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 #DA72CA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 202 -
CMYK 0 0.48 0.07 0.15
HSL 309.23º 0.58% 0.65% -
HSV(B) 309.23º 0.48% 0.85% -
XYZ 45.59 31.2 59.5 -
YUV 155.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 218 114 202 0 0.48 0.07 0.15 309.23 0.58 0.65
Hex DA 72 CA 0 30 7 F 135 3A 41
Octal 332 162 312 0 60 7 17 465 72 101
Binary 11011010 1110010 11001010 0 110000 111 1111 100110101 111010 1000001

Color Harmonies of #DA72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72CA

Black with #DA72CA

Text Example


Text Example

White with #DA72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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