Html Css Color HEX #DC7CDD Orchid

📋 copy color: '#DC7CDD'

red 220 ◦ green 124 ◦ blue 221

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

Shades of Orchid #DC7CDD

Tints of Orchid #DC7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 38.94%
G = 21.95%
B = 39.12%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7CDD (or 0xDC7CDD) is known color: Orchid. HEX triplet: DC, 7C and DD. RGB value is (220,124,221). Sum of RGB (Red+Green+Blue) = 220+124+221=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CDD is #238322. Grayscale: #A3A3A3. Windows color (decimal): -2327331 or 14515420. OLE color: 14515420.

HSL color Cylindrical-coordinate representation of color #DC7CDD: hue angle of 299.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CDD is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 124 221 -
CMYK 0.00 0.44 0 0.13
HSL 299.38º 0.59% 0.68% -
HSV(B) 299.38º 0.44% 0.87% -
XYZ 49.77 34.85 72.51 -
YUV 163.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 220 124 221 0.00 0.44 0 0.13 299.38 0.59 0.68
Hex DC 7C DD 0 2C 0 D 12B 3B 44
Octal 334 174 335 0 54 0 15 453 73 104
Binary 11011100 1111100 11011101 0 101100 0 1101 100101011 111011 1000100

Color Harmonies of #DC7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CDD

Black with #DC7CDD

Text Example


Text Example

White with #DC7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CDD; }

 p { color: rgb(220,124,221); }

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

background-color css

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

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

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

border-color css

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

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

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