Html Css Color HEX #DC7BCB Orchid

📋 copy color: '#DC7BCB'

red 220 ◦ green 123 ◦ blue 203

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

Shades of Orchid #DC7BCB

Tints of Orchid #DC7BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 40.29%
G = 22.53%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC7BCB (or 0xDC7BCB) is known color: Orchid. HEX triplet: DC, 7B and CB. RGB value is (220,123,203). Sum of RGB (Red+Green+Blue) = 220+123+203=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCB is #238434. Grayscale: #A0A0A0. Windows color (decimal): -2327605 or 13335516. OLE color: 13335516.

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

Color convert

RGB 220 123 203 -
CMYK 0 0.44 0.08 0.14
HSL 310.52º 0.58% 0.67% -
HSV(B) 310.52º 0.44% 0.86% -
XYZ 47.38 33.69 60.51 -
YUV 161.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 220 123 203 0 0.44 0.08 0.14 310.52 0.58 0.67
Hex DC 7B CB 0 2C 8 E 137 3A 43
Octal 334 173 313 0 54 10 16 467 72 103
Binary 11011100 1111011 11001011 0 101100 1000 1110 100110111 111010 1000011

Color Harmonies of #DC7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BCB

Black with #DC7BCB

Text Example


Text Example

White with #DC7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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