Html Css Color HEX #DC69C2 Orchid

📋 copy color: '#DC69C2'

red 220 ◦ green 105 ◦ blue 194

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

Shades of Orchid #DC69C2

Tints of Orchid #DC69C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 42.39%
G = 20.23%
B = 37.38%

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

#DC69C2 (or 0xDC69C2) is known color: Orchid. HEX triplet: DC, 69 and C2. RGB value is (220,105,194). Sum of RGB (Red+Green+Blue) = 220+105+194=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C2 is #23963D. Grayscale: #959595. Windows color (decimal): -2332222 or 12741084. OLE color: 12741084.

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

Color convert

RGB 220 105 194 -
CMYK 0 0.52 0.12 0.14
HSL 313.57º 0.62% 0.64% -
HSV(B) 313.57º 0.52% 0.86% -
XYZ 44.3 29.21 54.34 -
YUV 149.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 220 105 194 0 0.52 0.12 0.14 313.57 0.62 0.64
Hex DC 69 C2 0 34 C E 13A 3E 40
Octal 334 151 302 0 64 14 16 472 76 100
Binary 11011100 1101001 11000010 0 110100 1100 1110 100111010 111110 1000000

Color Harmonies of #DC69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C2

Black with #DC69C2

Text Example


Text Example

White with #DC69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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