Html Css Color HEX #DC69B9 Orchid

📋 copy color: '#DC69B9'

red 220 ◦ green 105 ◦ blue 185

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

Shades of Orchid #DC69B9

Tints of Orchid #DC69B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 43.14%
G = 20.59%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC69B9 (or 0xDC69B9) is known color: Orchid. HEX triplet: DC, 69 and B9. RGB value is (220,105,185). Sum of RGB (Red+Green+Blue) = 220+105+185=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69B9 is #239646. Grayscale: #949494. Windows color (decimal): -2332231 or 12151260. OLE color: 12151260.

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

Color convert

RGB 220 105 185 -
CMYK 0 0.52 0.16 0.14
HSL 318.26º 0.62% 0.64% -
HSV(B) 318.26º 0.52% 0.86% -
XYZ 43.32 28.82 49.18 -
YUV 148.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 220 105 185 0 0.52 0.16 0.14 318.26 0.62 0.64
Hex DC 69 B9 0 34 10 E 13E 3E 40
Octal 334 151 271 0 64 20 16 476 76 100
Binary 11011100 1101001 10111001 0 110100 10000 1110 100111110 111110 1000000

Color Harmonies of #DC69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69B9

Black with #DC69B9

Text Example


Text Example

White with #DC69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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