Html Css Color HEX #DC69D0 Orchid

📋 copy color: '#DC69D0'

red 220 ◦ green 105 ◦ blue 208

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

Shades of Orchid #DC69D0

Tints of Orchid #DC69D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 41.28%
G = 19.7%
B = 39.02%

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

#DC69D0 (or 0xDC69D0) is known color: Orchid. HEX triplet: DC, 69 and D0. RGB value is (220,105,208). Sum of RGB (Red+Green+Blue) = 220+105+208=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D0 is #23962F. Grayscale: #969696. Windows color (decimal): -2332208 or 13658588. OLE color: 13658588.

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

Color convert

RGB 220 105 208 -
CMYK 0 0.52 0.05 0.14
HSL 306.26º 0.62% 0.64% -
HSV(B) 306.26º 0.52% 0.86% -
XYZ 45.95 29.87 63.02 -
YUV 151.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 220 105 208 0 0.52 0.05 0.14 306.26 0.62 0.64
Hex DC 69 D0 0 34 5 E 132 3E 40
Octal 334 151 320 0 64 5 16 462 76 100
Binary 11011100 1101001 11010000 0 110100 101 1110 100110010 111110 1000000

Color Harmonies of #DC69D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69D0

Black with #DC69D0

Text Example


Text Example

White with #DC69D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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