Html Css Color HEX #DC69C1 Orchid

📋 copy color: '#DC69C1'

red 220 ◦ green 105 ◦ blue 193

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

Shades of Orchid #DC69C1

Tints of Orchid #DC69C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 42.47%
G = 20.27%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC69C1 (or 0xDC69C1) is known color: Orchid. HEX triplet: DC, 69 and C1. RGB value is (220,105,193). Sum of RGB (Red+Green+Blue) = 220+105+193=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C1 is #23963E. Grayscale: #959595. Windows color (decimal): -2332223 or 12675548. OLE color: 12675548.

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

Color convert

RGB 220 105 193 -
CMYK 0 0.52 0.12 0.14
HSL 314.09º 0.62% 0.64% -
HSV(B) 314.09º 0.52% 0.86% -
XYZ 44.19 29.17 53.75 -
YUV 149.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 220 105 193 0 0.52 0.12 0.14 314.09 0.62 0.64
Hex DC 69 C1 0 34 C E 13A 3E 40
Octal 334 151 301 0 64 14 16 472 76 100
Binary 11011100 1101001 11000001 0 110100 1100 1110 100111010 111110 1000000

Color Harmonies of #DC69C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C1

Black with #DC69C1

Text Example


Text Example

White with #DC69C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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