Html Css Color HEX #DC7BCD Orchid

📋 copy color: '#DC7BCD'

red 220 ◦ green 123 ◦ blue 205

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

Shades of Orchid #DC7BCD

Tints of Orchid #DC7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 40.15%
G = 22.45%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC7BCD (or 0xDC7BCD) is known color: Orchid. HEX triplet: DC, 7B and CD. RGB value is (220,123,205). Sum of RGB (Red+Green+Blue) = 220+123+205=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCD is #238432. Grayscale: #A1A1A1. Windows color (decimal): -2327603 or 13466588. OLE color: 13466588.

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

Color convert

RGB 220 123 205 -
CMYK 0 0.44 0.07 0.14
HSL 309.28º 0.58% 0.67% -
HSV(B) 309.28º 0.44% 0.86% -
XYZ 47.62 33.79 61.77 -
YUV 161.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 220 123 205 0 0.44 0.07 0.14 309.28 0.58 0.67
Hex DC 7B CD 0 2C 7 E 135 3A 43
Octal 334 173 315 0 54 7 16 465 72 103
Binary 11011100 1111011 11001101 0 101100 111 1110 100110101 111010 1000011

Color Harmonies of #DC7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BCD

Black with #DC7BCD

Text Example


Text Example

White with #DC7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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