Html Css Color HEX #DC74E1 Orchid

📋 copy color: '#DC74E1'

red 220 ◦ green 116 ◦ blue 225

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

Shades of Orchid #DC74E1

Tints of Orchid #DC74E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 39.22%
G = 20.68%
B = 40.11%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC74E1 (or 0xDC74E1) is known color: Orchid. HEX triplet: DC, 74 and E1. RGB value is (220,116,225). Sum of RGB (Red+Green+Blue) = 220+116+225=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74E1 is #238B1E. Grayscale: #9F9F9F. Windows color (decimal): -2329375 or 14775516. OLE color: 14775516.

HSL color Cylindrical-coordinate representation of color #DC74E1: hue angle of 297.25º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC74E1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 116 225 -
CMYK 0.02 0.48 0 0.12
HSL 297.25º 0.64% 0.67% -
HSV(B) 297.25º 0.48% 0.88% -
XYZ 49.35 33.14 75.03 -
YUV 159.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 220 116 225 0.02 0.48 0 0.12 297.25 0.64 0.67
Hex DC 74 E1 2 30 0 C 129 40 43
Octal 334 164 341 2 60 0 14 451 100 103
Binary 11011100 1110100 11100001 10 110000 0 1100 100101001 1000000 1000011

Color Harmonies of #DC74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E1

Black with #DC74E1

Text Example


Text Example

White with #DC74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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