Html Css Color HEX #DA72C6 Orchid

📋 copy color: '#DA72C6'

red 218 ◦ green 114 ◦ blue 198

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

Shades of Orchid #DA72C6

Tints of Orchid #DA72C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 41.13%
G = 21.51%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA72C6 (or 0xDA72C6) is known color: Orchid. HEX triplet: DA, 72 and C6. RGB value is (218,114,198). Sum of RGB (Red+Green+Blue) = 218+114+198=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72C6 is #258D39. Grayscale: #9A9A9A. Windows color (decimal): -2460986 or 13005530. OLE color: 13005530.

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

Color convert

RGB 218 114 198 -
CMYK 0 0.48 0.09 0.15
HSL 311.54º 0.58% 0.65% -
HSV(B) 311.54º 0.48% 0.85% -
XYZ 45.12 31.02 57.03 -
YUV 154.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 218 114 198 0 0.48 0.09 0.15 311.54 0.58 0.65
Hex DA 72 C6 0 30 9 F 138 3A 41
Octal 332 162 306 0 60 11 17 470 72 101
Binary 11011010 1110010 11000110 0 110000 1001 1111 100111000 111010 1000001

Color Harmonies of #DA72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72C6

Black with #DA72C6

Text Example


Text Example

White with #DA72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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