Html Css Color HEX #DC69BD Orchid

📋 copy color: '#DC69BD'

red 220 ◦ green 105 ◦ blue 189

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

Shades of Orchid #DC69BD

Tints of Orchid #DC69BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 42.8%
G = 20.43%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC69BD (or 0xDC69BD) is known color: Orchid. HEX triplet: DC, 69 and BD. RGB value is (220,105,189). Sum of RGB (Red+Green+Blue) = 220+105+189=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69BD is #239642. Grayscale: #949494. Windows color (decimal): -2332227 or 12413404. OLE color: 12413404.

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

Color convert

RGB 220 105 189 -
CMYK 0 0.52 0.14 0.14
HSL 316.17º 0.62% 0.64% -
HSV(B) 316.17º 0.52% 0.86% -
XYZ 43.75 28.99 51.43 -
YUV 148.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 220 105 189 0 0.52 0.14 0.14 316.17 0.62 0.64
Hex DC 69 BD 0 34 E E 13C 3E 40
Octal 334 151 275 0 64 16 16 474 76 100
Binary 11011100 1101001 10111101 0 110100 1110 1110 100111100 111110 1000000

Color Harmonies of #DC69BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69BD

Black with #DC69BD

Text Example


Text Example

White with #DC69BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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