Html Css Color HEX #C376C3 Orchid

📋 copy color: '#C376C3'

red 195 ◦ green 118 ◦ blue 195

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

Shades of Orchid #C376C3

Tints of Orchid #C376C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 38.39%
G = 23.23%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C376C3 (or 0xC376C3) is known color: Orchid. HEX triplet: C3, 76 and C3. RGB value is (195,118,195). Sum of RGB (Red+Green+Blue) = 195+118+195=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C376C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C3 is #3C893C. Grayscale: #959595. Windows color (decimal): -3967293 or 12809923. OLE color: 12809923.

HSL color Cylindrical-coordinate representation of color #C376C3: hue angle of 300º 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 #C376C3 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 195 -
CMYK 0 0.39 0 0.24
HSL 300º 0.39% 0.61% -
HSV(B) 300º 0.39% 0.76% -
XYZ 38.83 28.5 55.08 -
YUV 149.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 195 118 195 0 0.39 0 0.24 300 0.39 0.61
Hex C3 76 C3 0 27 0 18 12C 27 3D
Octal 303 166 303 0 47 0 30 454 47 75
Binary 11000011 1110110 11000011 0 100111 0 11000 100101100 100111 111101

Color Harmonies of #C376C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376C3

Black with #C376C3

Text Example


Text Example

White with #C376C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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