Html Css Color HEX #DC7BDD Orchid

📋 copy color: '#DC7BDD'

red 220 ◦ green 123 ◦ blue 221

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

Shades of Orchid #DC7BDD

Tints of Orchid #DC7BDD

RGB

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

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

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

R = 39.01%
G = 21.81%
B = 39.18%

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

#DC7BDD (or 0xDC7BDD) is known color: Orchid. HEX triplet: DC, 7B and DD. RGB value is (220,123,221). Sum of RGB (Red+Green+Blue) = 220+123+221=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BDD is #238422. Grayscale: #A2A2A2. Windows color (decimal): -2327587 or 14515164. OLE color: 14515164.

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

Color convert

RGB 220 123 221 -
CMYK 0.00 0.44 0 0.13
HSL 299.39º 0.59% 0.67% -
HSV(B) 299.39º 0.44% 0.87% -
XYZ 49.65 34.6 72.47 -
YUV 163.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 220 123 221 0.00 0.44 0 0.13 299.39 0.59 0.67
Hex DC 7B DD 0 2C 0 D 12B 3B 43
Octal 334 173 335 0 54 0 15 453 73 103
Binary 11011100 1111011 11011101 0 101100 0 1101 100101011 111011 1000011

Color Harmonies of #DC7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BDD

Black with #DC7BDD

Text Example


Text Example

White with #DC7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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