Html Css Color HEX #DC72CF Orchid

📋 copy color: '#DC72CF'

red 220 ◦ green 114 ◦ blue 207

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

Shades of Orchid #DC72CF

Tints of Orchid #DC72CF

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

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

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

R = 40.67%
G = 21.07%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC72CF (or 0xDC72CF) is known color: Orchid. HEX triplet: DC, 72 and CF. RGB value is (220,114,207). Sum of RGB (Red+Green+Blue) = 220+114+207=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72CF is #238D30. Grayscale: #9C9C9C. Windows color (decimal): -2329905 or 13595356. OLE color: 13595356.

HSL color Cylindrical-coordinate representation of color #DC72CF: hue angle of 307.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72CF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 207 -
CMYK 0 0.48 0.06 0.14
HSL 307.36º 0.6% 0.65% -
HSV(B) 307.36º 0.48% 0.86% -
XYZ 46.8 31.76 62.69 -
YUV 156.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 220 114 207 0 0.48 0.06 0.14 307.36 0.6 0.65
Hex DC 72 CF 0 30 6 E 133 3C 41
Octal 334 162 317 0 60 6 16 463 74 101
Binary 11011100 1110010 11001111 0 110000 110 1110 100110011 111100 1000001

Color Harmonies of #DC72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72CF

Black with #DC72CF

Text Example


Text Example

White with #DC72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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