Html Css Color HEX #DC74E9 Orchid

📋 copy color: '#DC74E9'

red 220 ◦ green 116 ◦ blue 233

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

Shades of Orchid #DC74E9

Tints of Orchid #DC74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.95%

R = 38.66%
G = 20.39%
B = 40.95%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC74E9 (or 0xDC74E9) is known color: Orchid. HEX triplet: DC, 74 and E9. RGB value is (220,116,233). Sum of RGB (Red+Green+Blue) = 220+116+233=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74E9 is #238B16. Grayscale: #A0A0A0. Windows color (decimal): -2329367 or 15299804. OLE color: 15299804.

HSL color Cylindrical-coordinate representation of color #DC74E9: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC74E9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 116 233 -
CMYK 0.06 0.50 0 0.09
HSL 293.33º 0.73% 0.68% -
HSV(B) 293.33º 0.5% 0.91% -
XYZ 50.47 33.59 80.91 -
YUV 160.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 220 116 233 0.06 0.50 0 0.09 293.33 0.73 0.68
Hex DC 74 E9 6 32 0 9 125 49 44
Octal 334 164 351 6 62 0 11 445 111 104
Binary 11011100 1110100 11101001 110 110010 0 1001 100100101 1001001 1000100

Color Harmonies of #DC74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E9

Black with #DC74E9

Text Example


Text Example

White with #DC74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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