Html Css Color HEX #DA72CF Orchid

📋 copy color: '#DA72CF'

red 218 ◦ green 114 ◦ blue 207

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

Shades of Orchid #DA72CF

Tints of Orchid #DA72CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 40.45%
G = 21.15%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA72CF (or 0xDA72CF) is known color: Orchid. HEX triplet: DA, 72 and CF. RGB value is (218,114,207). Sum of RGB (Red+Green+Blue) = 218+114+207=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72CF is #258D30. Grayscale: #9B9B9B. Windows color (decimal): -2460977 or 13595354. OLE color: 13595354.

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

Color convert

RGB 218 114 207 -
CMYK 0 0.48 0.05 0.15
HSL 306.35º 0.58% 0.65% -
HSV(B) 306.35º 0.48% 0.85% -
XYZ 46.19 31.45 62.67 -
YUV 155.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 218 114 207 0 0.48 0.05 0.15 306.35 0.58 0.65
Hex DA 72 CF 0 30 5 F 132 3A 41
Octal 332 162 317 0 60 5 17 462 72 101
Binary 11011010 1110010 11001111 0 110000 101 1111 100110010 111010 1000001

Color Harmonies of #DA72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72CF

Black with #DA72CF

Text Example


Text Example

White with #DA72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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