Html Css Color HEX #DC69C4 Orchid

📋 copy color: '#DC69C4'

red 220 ◦ green 105 ◦ blue 196

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

Shades of Orchid #DC69C4

Tints of Orchid #DC69C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 42.23%
G = 20.15%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC69C4 (or 0xDC69C4) is known color: Orchid. HEX triplet: DC, 69 and C4. RGB value is (220,105,196). Sum of RGB (Red+Green+Blue) = 220+105+196=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C4 is #23963B. Grayscale: #959595. Windows color (decimal): -2332220 or 12872156. OLE color: 12872156.

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

Color convert

RGB 220 105 196 -
CMYK 0 0.52 0.11 0.14
HSL 312.52º 0.62% 0.64% -
HSV(B) 312.52º 0.52% 0.86% -
XYZ 44.53 29.3 55.53 -
YUV 149.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 220 105 196 0 0.52 0.11 0.14 312.52 0.62 0.64
Hex DC 69 C4 0 34 B E 139 3E 40
Octal 334 151 304 0 64 13 16 471 76 100
Binary 11011100 1101001 11000100 0 110100 1011 1110 100111001 111110 1000000

Color Harmonies of #DC69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C4

Black with #DC69C4

Text Example


Text Example

White with #DC69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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