Html Css Color HEX #DC69D1 Orchid

📋 copy color: '#DC69D1'

red 220 ◦ green 105 ◦ blue 209

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

Shades of Orchid #DC69D1

Tints of Orchid #DC69D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 41.2%
G = 19.66%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC69D1 (or 0xDC69D1) is known color: Orchid. HEX triplet: DC, 69 and D1. RGB value is (220,105,209). Sum of RGB (Red+Green+Blue) = 220+105+209=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D1 is #23962E. Grayscale: #969696. Windows color (decimal): -2332207 or 13724124. OLE color: 13724124.

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

Color convert

RGB 220 105 209 -
CMYK 0 0.52 0.05 0.14
HSL 305.74º 0.62% 0.64% -
HSV(B) 305.74º 0.52% 0.86% -
XYZ 46.08 29.92 63.67 -
YUV 151.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 220 105 209 0 0.52 0.05 0.14 305.74 0.62 0.64
Hex DC 69 D1 0 34 5 E 132 3E 40
Octal 334 151 321 0 64 5 16 462 76 100
Binary 11011100 1101001 11010001 0 110100 101 1110 100110010 111110 1000000

Color Harmonies of #DC69D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69D1

Black with #DC69D1

Text Example


Text Example

White with #DC69D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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