Html Css Color HEX #DC7BD3 Orchid

📋 copy color: '#DC7BD3'

red 220 ◦ green 123 ◦ blue 211

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

Shades of Orchid #DC7BD3

Tints of Orchid #DC7BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 39.71%
G = 22.2%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC7BD3 (or 0xDC7BD3) is known color: Orchid. HEX triplet: DC, 7B and D3. RGB value is (220,123,211). Sum of RGB (Red+Green+Blue) = 220+123+211=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BD3 is #23842C. Grayscale: #A1A1A1. Windows color (decimal): -2327597 or 13859804. OLE color: 13859804.

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

Color convert

RGB 220 123 211 -
CMYK 0 0.44 0.04 0.14
HSL 305.57º 0.58% 0.67% -
HSV(B) 305.57º 0.44% 0.86% -
XYZ 48.36 34.08 65.66 -
YUV 162.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 220 123 211 0 0.44 0.04 0.14 305.57 0.58 0.67
Hex DC 7B D3 0 2C 4 E 132 3A 43
Octal 334 173 323 0 54 4 16 462 72 103
Binary 11011100 1111011 11010011 0 101100 100 1110 100110010 111010 1000011

Color Harmonies of #DC7BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BD3

Black with #DC7BD3

Text Example


Text Example

White with #DC7BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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