Html Css Color HEX #DC69DC Orchid

📋 copy color: '#DC69DC'

red 220 ◦ green 105 ◦ blue 220

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

Shades of Orchid #DC69DC

Tints of Orchid #DC69DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 40.37%
G = 19.27%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC69DC (or 0xDC69DC) is known color: Orchid. HEX triplet: DC, 69 and DC. RGB value is (220,105,220). Sum of RGB (Red+Green+Blue) = 220+105+220=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DC is #239623. Grayscale: #989898. Windows color (decimal): -2332196 or 14445020. OLE color: 14445020.

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

Color convert

RGB 220 105 220 -
CMYK 0 0.52 0 0.14
HSL 300º 0.62% 0.64% -
HSV(B) 300º 0.52% 0.86% -
XYZ 47.49 30.49 71.09 -
YUV 152.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 220 105 220 0 0.52 0 0.14 300 0.62 0.64
Hex DC 69 DC 0 34 0 E 12C 3E 40
Octal 334 151 334 0 64 0 16 454 76 100
Binary 11011100 1101001 11011100 0 110100 0 1110 100101100 111110 1000000

Color Harmonies of #DC69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69DC

Black with #DC69DC

Text Example


Text Example

White with #DC69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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