Html Css Color HEX #DC6FCE Orchid

📋 copy color: '#DC6FCE'

red 220 ◦ green 111 ◦ blue 206

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

Shades of Orchid #DC6FCE

Tints of Orchid #DC6FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 40.97%
G = 20.67%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC6FCE (or 0xDC6FCE) is known color: Orchid. HEX triplet: DC, 6F and CE. RGB value is (220,111,206). Sum of RGB (Red+Green+Blue) = 220+111+206=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FCE is #239031. Grayscale: #9A9A9A. Windows color (decimal): -2330674 or 13529052. OLE color: 13529052.

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

Color convert

RGB 220 111 206 -
CMYK 0 0.50 0.06 0.14
HSL 307.71º 0.61% 0.65% -
HSV(B) 307.71º 0.5% 0.86% -
XYZ 46.34 31.04 61.94 -
YUV 154.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 220 111 206 0 0.50 0.06 0.14 307.71 0.61 0.65
Hex DC 6F CE 0 32 6 E 134 3D 41
Octal 334 157 316 0 62 6 16 464 75 101
Binary 11011100 1101111 11001110 0 110010 110 1110 100110100 111101 1000001

Color Harmonies of #DC6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FCE

Black with #DC6FCE

Text Example


Text Example

White with #DC6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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