Html Css Color HEX #DC6FC2 Orchid

📋 copy color: '#DC6FC2'

red 220 ◦ green 111 ◦ blue 194

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

Shades of Orchid #DC6FC2

Tints of Orchid #DC6FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 41.9%
G = 21.14%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC6FC2 (or 0xDC6FC2) is known color: Orchid. HEX triplet: DC, 6F and C2. RGB value is (220,111,194). Sum of RGB (Red+Green+Blue) = 220+111+194=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC2 is #23903D. Grayscale: #989898. Windows color (decimal): -2330686 or 12742620. OLE color: 12742620.

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

Color convert

RGB 220 111 194 -
CMYK 0 0.50 0.12 0.14
HSL 314.31º 0.61% 0.65% -
HSV(B) 314.31º 0.5% 0.86% -
XYZ 44.94 30.48 54.55 -
YUV 153.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 220 111 194 0 0.50 0.12 0.14 314.31 0.61 0.65
Hex DC 6F C2 0 32 C E 13A 3D 41
Octal 334 157 302 0 62 14 16 472 75 101
Binary 11011100 1101111 11000010 0 110010 1100 1110 100111010 111101 1000001

Color Harmonies of #DC6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FC2

Black with #DC6FC2

Text Example


Text Example

White with #DC6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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