Html Css Color HEX #DC69BA Orchid

📋 copy color: '#DC69BA'

red 220 ◦ green 105 ◦ blue 186

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

Shades of Orchid #DC69BA

Tints of Orchid #DC69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.55%

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

R = 43.05%
G = 20.55%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC69BA (or 0xDC69BA) is known color: Orchid. HEX triplet: DC, 69 and BA. RGB value is (220,105,186). Sum of RGB (Red+Green+Blue) = 220+105+186=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69BA is #239645. Grayscale: #949494. Windows color (decimal): -2332230 or 12216796. OLE color: 12216796.

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

Color convert

RGB 220 105 186 -
CMYK 0 0.52 0.15 0.14
HSL 317.74º 0.62% 0.64% -
HSV(B) 317.74º 0.52% 0.86% -
XYZ 43.43 28.86 49.74 -
YUV 148.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 220 105 186 0 0.52 0.15 0.14 317.74 0.62 0.64
Hex DC 69 BA 0 34 F E 13E 3E 40
Octal 334 151 272 0 64 17 16 476 76 100
Binary 11011100 1101001 10111010 0 110100 1111 1110 100111110 111110 1000000

Color Harmonies of #DC69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69BA

Black with #DC69BA

Text Example


Text Example

White with #DC69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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