Html Css Color HEX #DC74CA Orchid

📋 copy color: '#DC74CA'

red 220 ◦ green 116 ◦ blue 202

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

Shades of Orchid #DC74CA

Tints of Orchid #DC74CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 40.89%
G = 21.56%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC74CA (or 0xDC74CA) is known color: Orchid. HEX triplet: DC, 74 and CA. RGB value is (220,116,202). Sum of RGB (Red+Green+Blue) = 220+116+202=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CA is #238B35. Grayscale: #9C9C9C. Windows color (decimal): -2329398 or 13268188. OLE color: 13268188.

HSL color Cylindrical-coordinate representation of color #DC74CA: hue angle of 310.38º 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 #DC74CA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 202 -
CMYK 0 0.47 0.08 0.14
HSL 310.38º 0.6% 0.66% -
HSV(B) 310.38º 0.47% 0.86% -
XYZ 46.42 31.97 59.6 -
YUV 156.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 220 116 202 0 0.47 0.08 0.14 310.38 0.6 0.66
Hex DC 74 CA 0 2F 8 E 136 3C 42
Octal 334 164 312 0 57 10 16 466 74 102
Binary 11011100 1110100 11001010 0 101111 1000 1110 100110110 111100 1000010

Color Harmonies of #DC74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74CA

Black with #DC74CA

Text Example


Text Example

White with #DC74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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