Html Css Color HEX #DC74CF Orchid

📋 copy color: '#DC74CF'

red 220 ◦ green 116 ◦ blue 207

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

Shades of Orchid #DC74CF

Tints of Orchid #DC74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 40.52%
G = 21.36%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC74CF (or 0xDC74CF) is known color: Orchid. HEX triplet: DC, 74 and CF. RGB value is (220,116,207). Sum of RGB (Red+Green+Blue) = 220+116+207=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CF is #238B30. Grayscale: #9D9D9D. Windows color (decimal): -2329393 or 13595868. OLE color: 13595868.

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

Color convert

RGB 220 116 207 -
CMYK 0 0.47 0.06 0.14
HSL 307.5º 0.6% 0.66% -
HSV(B) 307.5º 0.47% 0.86% -
XYZ 47.02 32.21 62.77 -
YUV 157.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 220 116 207 0 0.47 0.06 0.14 307.5 0.6 0.66
Hex DC 74 CF 0 2F 6 E 134 3C 42
Octal 334 164 317 0 57 6 16 464 74 102
Binary 11011100 1110100 11001111 0 101111 110 1110 100110100 111100 1000010

Color Harmonies of #DC74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74CF

Black with #DC74CF

Text Example


Text Example

White with #DC74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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