Html Css Color HEX #C376DB Orchid

📋 copy color: '#C376DB'

red 195 ◦ green 118 ◦ blue 219

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

Shades of Orchid #C376DB

Tints of Orchid #C376DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 36.65%
G = 22.18%
B = 41.17%

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

#C376DB (or 0xC376DB) is known color: Orchid. HEX triplet: C3, 76 and DB. RGB value is (195,118,219). Sum of RGB (Red+Green+Blue) = 195+118+219=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C376DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DB is #3C8924. Grayscale: #989898. Windows color (decimal): -3967269 or 14382787. OLE color: 14382787.

HSL color Cylindrical-coordinate representation of color #C376DB: hue angle of 285.74º degrees, saturation: 0.58, 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 #C376DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 118 219 -
CMYK 0.11 0.46 0 0.14
HSL 285.74º 0.58% 0.66% -
HSV(B) 285.74º 0.46% 0.86% -
XYZ 41.77 29.67 70.54 -
YUV 152.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 195 118 219 0.11 0.46 0 0.14 285.74 0.58 0.66
Hex C3 76 DB B 2E 0 E 11E 3A 42
Octal 303 166 333 13 56 0 16 436 72 102
Binary 11000011 1110110 11011011 1011 101110 0 1110 100011110 111010 1000010

Color Harmonies of #C376DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DB

Black with #C376DB

Text Example


Text Example

White with #C376DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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