Html Css Color HEX #DC6BBC Orchid

📋 copy color: '#DC6BBC'

red 220 ◦ green 107 ◦ blue 188

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

Shades of Orchid #DC6BBC

Tints of Orchid #DC6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 42.72%
G = 20.78%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC6BBC (or 0xDC6BBC) is known color: Orchid. HEX triplet: DC, 6B and BC. RGB value is (220,107,188). Sum of RGB (Red+Green+Blue) = 220+107+188=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BBC is #239443. Grayscale: #959595. Windows color (decimal): -2331716 or 12348380. OLE color: 12348380.

HSL color Cylindrical-coordinate representation of color #DC6BBC: hue angle of 316.99º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BBC is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 107 188 -
CMYK 0 0.51 0.15 0.14
HSL 316.99º 0.62% 0.64% -
HSV(B) 316.99º 0.51% 0.86% -
XYZ 43.85 29.36 50.93 -
YUV 150.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 220 107 188 0 0.51 0.15 0.14 316.99 0.62 0.64
Hex DC 6B BC 0 33 F E 13D 3E 40
Octal 334 153 274 0 63 17 16 475 76 100
Binary 11011100 1101011 10111100 0 110011 1111 1110 100111101 111110 1000000

Color Harmonies of #DC6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BBC

Black with #DC6BBC

Text Example


Text Example

White with #DC6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BBC; }

 p { color: rgb(220,107,188); }

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

background-color css

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

 a { background-color: rgb(220,107,188); }

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

border-color css

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

 span { border-color: rgb(220,107,188); }

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