Html Css Color HEX #DC6CBC Orchid

📋 copy color: '#DC6CBC'

red 220 ◦ green 108 ◦ blue 188

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

Shades of Orchid #DC6CBC

Tints of Orchid #DC6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.93%

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

R = 42.64%
G = 20.93%
B = 36.43%

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

#DC6CBC (or 0xDC6CBC) is known color: Orchid. HEX triplet: DC, 6C and BC. RGB value is (220,108,188). Sum of RGB (Red+Green+Blue) = 220+108+188=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CBC is #239343. Grayscale: #969696. Windows color (decimal): -2331460 or 12348636. OLE color: 12348636.

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

Color convert

RGB 220 108 188 -
CMYK 0 0.51 0.15 0.14
HSL 317.14º 0.62% 0.64% -
HSV(B) 317.14º 0.51% 0.86% -
XYZ 43.95 29.57 50.97 -
YUV 150.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 220 108 188 0 0.51 0.15 0.14 317.14 0.62 0.64
Hex DC 6C BC 0 33 F E 13D 3E 40
Octal 334 154 274 0 63 17 16 475 76 100
Binary 11011100 1101100 10111100 0 110011 1111 1110 100111101 111110 1000000

Color Harmonies of #DC6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CBC

Black with #DC6CBC

Text Example


Text Example

White with #DC6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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