Html Css Color HEX #DC69C9 Orchid

📋 copy color: '#DC69C9'

red 220 ◦ green 105 ◦ blue 201

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

Shades of Orchid #DC69C9

Tints of Orchid #DC69C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 41.83%
G = 19.96%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC69C9 (or 0xDC69C9) is known color: Orchid. HEX triplet: DC, 69 and C9. RGB value is (220,105,201). Sum of RGB (Red+Green+Blue) = 220+105+201=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C9 is #239636. Grayscale: #969696. Windows color (decimal): -2332215 or 13199836. OLE color: 13199836.

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

Color convert

RGB 220 105 201 -
CMYK 0 0.52 0.09 0.14
HSL 309.91º 0.62% 0.64% -
HSV(B) 309.91º 0.52% 0.86% -
XYZ 45.11 29.54 58.58 -
YUV 150.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 220 105 201 0 0.52 0.09 0.14 309.91 0.62 0.64
Hex DC 69 C9 0 34 9 E 136 3E 40
Octal 334 151 311 0 64 11 16 466 76 100
Binary 11011100 1101001 11001001 0 110100 1001 1110 100110110 111110 1000000

Color Harmonies of #DC69C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C9

Black with #DC69C9

Text Example


Text Example

White with #DC69C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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