Html Css Color HEX #DA72CC Orchid

📋 copy color: '#DA72CC'

red 218 ◦ green 114 ◦ blue 204

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

Shades of Orchid #DA72CC

Tints of Orchid #DA72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 40.67%
G = 21.27%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA72CC (or 0xDA72CC) is known color: Orchid. HEX triplet: DA, 72 and CC. RGB value is (218,114,204). Sum of RGB (Red+Green+Blue) = 218+114+204=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72CC is #258D33. Grayscale: #9B9B9B. Windows color (decimal): -2460980 or 13398746. OLE color: 13398746.

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

Color convert

RGB 218 114 204 -
CMYK 0 0.48 0.06 0.15
HSL 308.08º 0.58% 0.65% -
HSV(B) 308.08º 0.48% 0.85% -
XYZ 45.83 31.3 60.75 -
YUV 155.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 218 114 204 0 0.48 0.06 0.15 308.08 0.58 0.65
Hex DA 72 CC 0 30 6 F 134 3A 41
Octal 332 162 314 0 60 6 17 464 72 101
Binary 11011010 1110010 11001100 0 110000 110 1111 100110100 111010 1000001

Color Harmonies of #DA72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72CC

Black with #DA72CC

Text Example


Text Example

White with #DA72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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