Html Css Color HEX #DC7BDC Orchid

📋 copy color: '#DC7BDC'

red 220 ◦ green 123 ◦ blue 220

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

Shades of Orchid #DC7BDC

Tints of Orchid #DC7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.85%

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

R = 39.08%
G = 21.85%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC7BDC (or 0xDC7BDC) is known color: Orchid. HEX triplet: DC, 7B and DC. RGB value is (220,123,220). Sum of RGB (Red+Green+Blue) = 220+123+220=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BDC is #238423. Grayscale: #A2A2A2. Windows color (decimal): -2327588 or 14449628. OLE color: 14449628.

HSL color Cylindrical-coordinate representation of color #DC7BDC: hue angle of 300º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BDC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 220 -
CMYK 0 0.44 0 0.14
HSL 300º 0.58% 0.67% -
HSV(B) 300º 0.44% 0.86% -
XYZ 49.52 34.55 71.77 -
YUV 163.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 220 123 220 0 0.44 0 0.14 300 0.58 0.67
Hex DC 7B DC 0 2C 0 E 12C 3A 43
Octal 334 173 334 0 54 0 16 454 72 103
Binary 11011100 1111011 11011100 0 101100 0 1110 100101100 111010 1000011

Color Harmonies of #DC7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BDC

Black with #DC7BDC

Text Example


Text Example

White with #DC7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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