Html Css Color HEX #DC69C7 Orchid

📋 copy color: '#DC69C7'

red 220 ◦ green 105 ◦ blue 199

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

Shades of Orchid #DC69C7

Tints of Orchid #DC69C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 41.98%
G = 20.04%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC69C7 (or 0xDC69C7) is known color: Orchid. HEX triplet: DC, 69 and C7. RGB value is (220,105,199). Sum of RGB (Red+Green+Blue) = 220+105+199=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C7 is #239638. Grayscale: #959595. Windows color (decimal): -2332217 or 13068764. OLE color: 13068764.

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

Color convert

RGB 220 105 199 -
CMYK 0 0.52 0.10 0.14
HSL 310.96º 0.62% 0.64% -
HSV(B) 310.96º 0.52% 0.86% -
XYZ 44.88 29.44 57.35 -
YUV 150.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 220 105 199 0 0.52 0.10 0.14 310.96 0.62 0.64
Hex DC 69 C7 0 34 A E 137 3E 40
Octal 334 151 307 0 64 12 16 467 76 100
Binary 11011100 1101001 11000111 0 110100 1010 1110 100110111 111110 1000000

Color Harmonies of #DC69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69C7

Black with #DC69C7

Text Example


Text Example

White with #DC69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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