Html Css Color HEX #DC6FCB Orchid

📋 copy color: '#DC6FCB'

red 220 ◦ green 111 ◦ blue 203

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

Shades of Orchid #DC6FCB

Tints of Orchid #DC6FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 41.2%
G = 20.79%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6FCB (or 0xDC6FCB) is known color: Orchid. HEX triplet: DC, 6F and CB. RGB value is (220,111,203). Sum of RGB (Red+Green+Blue) = 220+111+203=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FCB is #239034. Grayscale: #999999. Windows color (decimal): -2330677 or 13332444. OLE color: 13332444.

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

Color convert

RGB 220 111 203 -
CMYK 0 0.50 0.08 0.14
HSL 309.36º 0.61% 0.65% -
HSV(B) 309.36º 0.5% 0.86% -
XYZ 45.98 30.9 60.04 -
YUV 154.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 220 111 203 0 0.50 0.08 0.14 309.36 0.61 0.65
Hex DC 6F CB 0 32 8 E 135 3D 41
Octal 334 157 313 0 62 10 16 465 75 101
Binary 11011100 1101111 11001011 0 110010 1000 1110 100110101 111101 1000001

Color Harmonies of #DC6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FCB

Black with #DC6FCB

Text Example


Text Example

White with #DC6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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