Html Css Color HEX #DC74E6 Orchid

📋 copy color: '#DC74E6'

red 220 ◦ green 116 ◦ blue 230

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

Shades of Orchid #DC74E6

Tints of Orchid #DC74E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.49%

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

R = 38.87%
G = 20.49%
B = 40.64%

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

#DC74E6 (or 0xDC74E6) is known color: Orchid. HEX triplet: DC, 74 and E6. RGB value is (220,116,230). Sum of RGB (Red+Green+Blue) = 220+116+230=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74E6 is #238B19. Grayscale: #9F9F9F. Windows color (decimal): -2329370 or 15103196. OLE color: 15103196.

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

Color convert

RGB 220 116 230 -
CMYK 0.04 0.50 0 0.10
HSL 294.74º 0.7% 0.68% -
HSV(B) 294.74º 0.5% 0.9% -
XYZ 50.04 33.42 78.68 -
YUV 160.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 220 116 230 0.04 0.50 0 0.10 294.74 0.7 0.68
Hex DC 74 E6 4 32 0 A 127 46 44
Octal 334 164 346 4 62 0 12 447 106 104
Binary 11011100 1110100 11100110 100 110010 0 1010 100100111 1000110 1000100

Color Harmonies of #DC74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E6

Black with #DC74E6

Text Example


Text Example

White with #DC74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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