Html Css Color HEX #DC6FC4 Orchid

📋 copy color: '#DC6FC4'

red 220 ◦ green 111 ◦ blue 196

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

Shades of Orchid #DC6FC4

Tints of Orchid #DC6FC4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 41.75%
G = 21.06%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC6FC4 (or 0xDC6FC4) is known color: Orchid. HEX triplet: DC, 6F and C4. RGB value is (220,111,196). Sum of RGB (Red+Green+Blue) = 220+111+196=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC4 is #23903B. Grayscale: #999999. Windows color (decimal): -2330684 or 12873692. OLE color: 12873692.

HSL color Cylindrical-coordinate representation of color #DC6FC4: hue angle of 313.21º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FC4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 196 -
CMYK 0 0.50 0.11 0.14
HSL 313.21º 0.61% 0.65% -
HSV(B) 313.21º 0.5% 0.86% -
XYZ 45.16 30.57 55.74 -
YUV 153.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 220 111 196 0 0.50 0.11 0.14 313.21 0.61 0.65
Hex DC 6F C4 0 32 B E 139 3D 41
Octal 334 157 304 0 62 13 16 471 75 101
Binary 11011100 1101111 11000100 0 110010 1011 1110 100111001 111101 1000001

Color Harmonies of #DC6FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FC4

Black with #DC6FC4

Text Example


Text Example

White with #DC6FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FC4; }

 p { color: rgb(220,111,196); }

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

background-color css

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

 a { background-color: rgb(220,111,196); }

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

border-color css

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

 span { border-color: rgb(220,111,196); }

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