Html Css Color HEX #DC7BCC Orchid

📋 copy color: '#DC7BCC'

red 220 ◦ green 123 ◦ blue 204

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

Shades of Orchid #DC7BCC

Tints of Orchid #DC7BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 40.22%
G = 22.49%
B = 37.29%

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

#DC7BCC (or 0xDC7BCC) is known color: Orchid. HEX triplet: DC, 7B and CC. RGB value is (220,123,204). Sum of RGB (Red+Green+Blue) = 220+123+204=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCC is #238433. Grayscale: #A1A1A1. Windows color (decimal): -2327604 or 13401052. OLE color: 13401052.

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

Color convert

RGB 220 123 204 -
CMYK 0 0.44 0.07 0.14
HSL 309.9º 0.58% 0.67% -
HSV(B) 309.9º 0.44% 0.86% -
XYZ 47.5 33.74 61.14 -
YUV 161.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 220 123 204 0 0.44 0.07 0.14 309.9 0.58 0.67
Hex DC 7B CC 0 2C 7 E 136 3A 43
Octal 334 173 314 0 54 7 16 466 72 103
Binary 11011100 1111011 11001100 0 101100 111 1110 100110110 111010 1000011

Color Harmonies of #DC7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BCC

Black with #DC7BCC

Text Example


Text Example

White with #DC7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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