Html Css Color HEX #DC6FBE Orchid

📋 copy color: '#DC6FBE'

red 220 ◦ green 111 ◦ blue 190

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

Shades of Orchid #DC6FBE

Tints of Orchid #DC6FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 42.23%
G = 21.31%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC6FBE (or 0xDC6FBE) is known color: Orchid. HEX triplet: DC, 6F and BE. RGB value is (220,111,190). Sum of RGB (Red+Green+Blue) = 220+111+190=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FBE is #239041. Grayscale: #989898. Windows color (decimal): -2330690 or 12480476. OLE color: 12480476.

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

Color convert

RGB 220 111 190 -
CMYK 0 0.50 0.14 0.14
HSL 316.51º 0.61% 0.65% -
HSV(B) 316.51º 0.5% 0.86% -
XYZ 44.49 30.3 52.22 -
YUV 152.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 220 111 190 0 0.50 0.14 0.14 316.51 0.61 0.65
Hex DC 6F BE 0 32 E E 13D 3D 41
Octal 334 157 276 0 62 16 16 475 75 101
Binary 11011100 1101111 10111110 0 110010 1110 1110 100111101 111101 1000001

Color Harmonies of #DC6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FBE

Black with #DC6FBE

Text Example


Text Example

White with #DC6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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