Html Css Color HEX #C376DC Orchid

📋 copy color: '#C376DC'

red 195 ◦ green 118 ◦ blue 220

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

Shades of Orchid #C376DC

Tints of Orchid #C376DC

RGB

 RED value IS 195 (76.56% from 255) = 36.59%

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 36.59%
G = 22.14%
B = 41.28%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C376DC (or 0xC376DC) is known color: Orchid. HEX triplet: C3, 76 and DC. RGB value is (195,118,220). Sum of RGB (Red+Green+Blue) = 195+118+220=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C376DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DC is #3C8923. Grayscale: #989898. Windows color (decimal): -3967268 or 14448323. OLE color: 14448323.

HSL color Cylindrical-coordinate representation of color #C376DC: hue angle of 285.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C376DC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 118 220 -
CMYK 0.11 0.46 0 0.14
HSL 285.29º 0.59% 0.66% -
HSV(B) 285.29º 0.46% 0.86% -
XYZ 41.9 29.73 71.24 -
YUV 152.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 195 118 220 0.11 0.46 0 0.14 285.29 0.59 0.66
Hex C3 76 DC B 2E 0 E 11D 3B 42
Octal 303 166 334 13 56 0 16 435 73 102
Binary 11000011 1110110 11011100 1011 101110 0 1110 100011101 111011 1000010

Color Harmonies of #C376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DC

Black with #C376DC

Text Example


Text Example

White with #C376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DC; }

 p { color: rgb(195,118,220); }

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

background-color css

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

 a { background-color: rgb(195,118,220); }

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

border-color css

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

 span { border-color: rgb(195,118,220); }

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