Html Css Color HEX #C376C0 Orchid

📋 copy color: '#C376C0'

red 195 ◦ green 118 ◦ blue 192

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

Shades of Orchid #C376C0

Tints of Orchid #C376C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 38.61%
G = 23.37%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C376C0 (or 0xC376C0) is known color: Orchid. HEX triplet: C3, 76 and C0. RGB value is (195,118,192). Sum of RGB (Red+Green+Blue) = 195+118+192=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C376C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C0 is #3C893F. Grayscale: #959595. Windows color (decimal): -3967296 or 12613315. OLE color: 12613315.

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

Color convert

RGB 195 118 192 -
CMYK 0 0.39 0.02 0.24
HSL 302.34º 0.39% 0.61% -
HSV(B) 302.34º 0.39% 0.76% -
XYZ 38.5 28.36 53.32 -
YUV 149.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 195 118 192 0 0.39 0.02 0.24 302.34 0.39 0.61
Hex C3 76 C0 0 27 2 18 12E 27 3D
Octal 303 166 300 0 47 2 30 456 47 75
Binary 11000011 1110110 11000000 0 100111 10 11000 100101110 100111 111101

Color Harmonies of #C376C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376C0

Black with #C376C0

Text Example


Text Example

White with #C376C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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