Html Css Color HEX #DC68BB Orchid

📋 copy color: '#DC68BB'

red 220 ◦ green 104 ◦ blue 187

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

Shades of Orchid #DC68BB

Tints of Orchid #DC68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.35%

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 43.05%
G = 20.35%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC68BB (or 0xDC68BB) is known color: Orchid. HEX triplet: DC, 68 and BB. RGB value is (220,104,187). Sum of RGB (Red+Green+Blue) = 220+104+187=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68BB is #239744. Grayscale: #939393. Windows color (decimal): -2332485 or 12282076. OLE color: 12282076.

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

Color convert

RGB 220 104 187 -
CMYK 0 0.53 0.15 0.14
HSL 317.07º 0.62% 0.64% -
HSV(B) 317.07º 0.53% 0.86% -
XYZ 43.44 28.7 50.26 -
YUV 148.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 220 104 187 0 0.53 0.15 0.14 317.07 0.62 0.64
Hex DC 68 BB 0 35 F E 13D 3E 40
Octal 334 150 273 0 65 17 16 475 76 100
Binary 11011100 1101000 10111011 0 110101 1111 1110 100111101 111110 1000000

Color Harmonies of #DC68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68BB

Black with #DC68BB

Text Example


Text Example

White with #DC68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68BB; }

 p { color: rgb(220,104,187); }

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

background-color css

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

 a { background-color: rgb(220,104,187); }

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

border-color css

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

 span { border-color: rgb(220,104,187); }

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