Html Css Color HEX #C376BD Orchid

📋 copy color: '#C376BD'

red 195 ◦ green 118 ◦ blue 189

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

Shades of Orchid #C376BD

Tints of Orchid #C376BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 38.84%
G = 23.51%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C376BD (or 0xC376BD) is known color: Orchid. HEX triplet: C3, 76 and BD. RGB value is (195,118,189). Sum of RGB (Red+Green+Blue) = 195+118+189=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BD is #3C8942. Grayscale: #949494. Windows color (decimal): -3967299 or 12416707. OLE color: 12416707.

HSL color Cylindrical-coordinate representation of color #C376BD: hue angle of 304.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376BD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 189 -
CMYK 0 0.39 0.03 0.24
HSL 304.68º 0.39% 0.61% -
HSV(B) 304.68º 0.39% 0.76% -
XYZ 38.17 28.23 51.58 -
YUV 149.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 195 118 189 0 0.39 0.03 0.24 304.68 0.39 0.61
Hex C3 76 BD 0 27 3 18 131 27 3D
Octal 303 166 275 0 47 3 30 461 47 75
Binary 11000011 1110110 10111101 0 100111 11 11000 100110001 100111 111101

Color Harmonies of #C376BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376BD

Black with #C376BD

Text Example


Text Example

White with #C376BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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