Html Css Color HEX #DC69C0 Orchid

📋 copy color: '#DC69C0'

red 220 ◦ green 105 ◦ blue 192

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

Shades of Orchid #DC69C0

Tints of Orchid #DC69C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 42.55%
G = 20.31%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC69C0 (or 0xDC69C0) is known color: Orchid. HEX triplet: DC, 69 and C0. RGB value is (220,105,192). Sum of RGB (Red+Green+Blue) = 220+105+192=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C0 is #23963F. Grayscale: #959595. Windows color (decimal): -2332224 or 12610012. OLE color: 12610012.

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

Color convert

RGB 220 105 192 -
CMYK 0 0.52 0.13 0.14
HSL 314.61º 0.62% 0.64% -
HSV(B) 314.61º 0.52% 0.86% -
XYZ 44.08 29.12 53.17 -
YUV 149.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 220 105 192 0 0.52 0.13 0.14 314.61 0.62 0.64
Hex DC 69 C0 0 34 D E 13B 3E 40
Octal 334 151 300 0 64 15 16 473 76 100
Binary 11011100 1101001 11000000 0 110100 1101 1110 100111011 111110 1000000

Color Harmonies of #DC69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C0

Black with #DC69C0

Text Example


Text Example

White with #DC69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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