Html Css Color HEX #DC74D2 Orchid

📋 copy color: '#DC74D2'

red 220 ◦ green 116 ◦ blue 210

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

Shades of Orchid #DC74D2

Tints of Orchid #DC74D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 40.29%
G = 21.25%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC74D2 (or 0xDC74D2) is known color: Orchid. HEX triplet: DC, 74 and D2. RGB value is (220,116,210). Sum of RGB (Red+Green+Blue) = 220+116+210=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D2 is #238B2D. Grayscale: #9D9D9D. Windows color (decimal): -2329390 or 13792476. OLE color: 13792476.

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

Color convert

RGB 220 116 210 -
CMYK 0 0.47 0.05 0.14
HSL 305.77º 0.6% 0.66% -
HSV(B) 305.77º 0.47% 0.86% -
XYZ 47.39 32.36 64.72 -
YUV 157.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 220 116 210 0 0.47 0.05 0.14 305.77 0.6 0.66
Hex DC 74 D2 0 2F 5 E 132 3C 42
Octal 334 164 322 0 57 5 16 462 74 102
Binary 11011100 1110100 11010010 0 101111 101 1110 100110010 111100 1000010

Color Harmonies of #DC74D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74D2

Black with #DC74D2

Text Example


Text Example

White with #DC74D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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