Html Css Color HEX #C376C1 Orchid

📋 copy color: '#C376C1'

red 195 ◦ green 118 ◦ blue 193

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

Shades of Orchid #C376C1

Tints of Orchid #C376C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 38.54%
G = 23.32%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C376C1 (or 0xC376C1) is known color: Orchid. HEX triplet: C3, 76 and C1. RGB value is (195,118,193). Sum of RGB (Red+Green+Blue) = 195+118+193=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C376C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C1 is #3C893E. Grayscale: #959595. Windows color (decimal): -3967295 or 12678851. OLE color: 12678851.

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

Color convert

RGB 195 118 193 -
CMYK 0 0.39 0.01 0.24
HSL 301.56º 0.39% 0.61% -
HSV(B) 301.56º 0.39% 0.76% -
XYZ 38.61 28.41 53.9 -
YUV 149.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 195 118 193 0 0.39 0.01 0.24 301.56 0.39 0.61
Hex C3 76 C1 0 27 1 18 12E 27 3D
Octal 303 166 301 0 47 1 30 456 47 75
Binary 11000011 1110110 11000001 0 100111 1 11000 100101110 100111 111101

Color Harmonies of #C376C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376C1

Black with #C376C1

Text Example


Text Example

White with #C376C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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