Html Css Color HEX #DC72E6 Orchid

📋 copy color: '#DC72E6'

red 220 ◦ green 114 ◦ blue 230

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

Shades of Orchid #DC72E6

Tints of Orchid #DC72E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 39.01%
G = 20.21%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC72E6 (or 0xDC72E6) is known color: Orchid. HEX triplet: DC, 72 and E6. RGB value is (220,114,230). Sum of RGB (Red+Green+Blue) = 220+114+230=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72E6 is #238D19. Grayscale: #9E9E9E. Windows color (decimal): -2329882 or 15102684. OLE color: 15102684.

HSL color Cylindrical-coordinate representation of color #DC72E6: hue angle of 294.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC72E6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 114 230 -
CMYK 0.04 0.50 0 0.10
HSL 294.83º 0.7% 0.67% -
HSV(B) 294.83º 0.5% 0.9% -
XYZ 49.82 32.96 78.6 -
YUV 158.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 220 114 230 0.04 0.50 0 0.10 294.83 0.7 0.67
Hex DC 72 E6 4 32 0 A 127 46 43
Octal 334 162 346 4 62 0 12 447 106 103
Binary 11011100 1110010 11100110 100 110010 0 1010 100100111 1000110 1000011

Color Harmonies of #DC72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72E6

Black with #DC72E6

Text Example


Text Example

White with #DC72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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