Html Css Color HEX #DC68BA Orchid

📋 copy color: '#DC68BA'

red 220 ◦ green 104 ◦ blue 186

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

Shades of Orchid #DC68BA

Tints of Orchid #DC68BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 43.14%
G = 20.39%
B = 36.47%

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

#DC68BA (or 0xDC68BA) is known color: Orchid. HEX triplet: DC, 68 and BA. RGB value is (220,104,186). Sum of RGB (Red+Green+Blue) = 220+104+186=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68BA is #239745. Grayscale: #939393. Windows color (decimal): -2332486 or 12216540. OLE color: 12216540.

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

Color convert

RGB 220 104 186 -
CMYK 0 0.53 0.15 0.14
HSL 317.59º 0.62% 0.64% -
HSV(B) 317.59º 0.53% 0.86% -
XYZ 43.33 28.66 49.7 -
YUV 148.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 220 104 186 0 0.53 0.15 0.14 317.59 0.62 0.64
Hex DC 68 BA 0 35 F E 13E 3E 40
Octal 334 150 272 0 65 17 16 476 76 100
Binary 11011100 1101000 10111010 0 110101 1111 1110 100111110 111110 1000000

Color Harmonies of #DC68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68BA

Black with #DC68BA

Text Example


Text Example

White with #DC68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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