Html Css Color HEX #DC7BC9 Orchid

📋 copy color: '#DC7BC9'

red 220 ◦ green 123 ◦ blue 201

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

Shades of Orchid #DC7BC9

Tints of Orchid #DC7BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 40.44%
G = 22.61%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC7BC9 (or 0xDC7BC9) is known color: Orchid. HEX triplet: DC, 7B and C9. RGB value is (220,123,201). Sum of RGB (Red+Green+Blue) = 220+123+201=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BC9 is #238436. Grayscale: #A0A0A0. Windows color (decimal): -2327607 or 13204444. OLE color: 13204444.

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

Color convert

RGB 220 123 201 -
CMYK 0 0.44 0.09 0.14
HSL 311.75º 0.58% 0.67% -
HSV(B) 311.75º 0.44% 0.86% -
XYZ 47.14 33.6 59.26 -
YUV 160.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 220 123 201 0 0.44 0.09 0.14 311.75 0.58 0.67
Hex DC 7B C9 0 2C 9 E 138 3A 43
Octal 334 173 311 0 54 11 16 470 72 103
Binary 11011100 1111011 11001001 0 101100 1001 1110 100111000 111010 1000011

Color Harmonies of #DC7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BC9

Black with #DC7BC9

Text Example


Text Example

White with #DC7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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