Html Css Color HEX #C376BF Orchid

📋 copy color: '#C376BF'

red 195 ◦ green 118 ◦ blue 191

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

Shades of Orchid #C376BF

Tints of Orchid #C376BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 38.69%
G = 23.41%
B = 37.9%

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

#C376BF (or 0xC376BF) is known color: Orchid. HEX triplet: C3, 76 and BF. RGB value is (195,118,191). Sum of RGB (Red+Green+Blue) = 195+118+191=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BF is #3C8940. Grayscale: #959595. Windows color (decimal): -3967297 or 12547779. OLE color: 12547779.

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

Color convert

RGB 195 118 191 -
CMYK 0 0.39 0.02 0.24
HSL 303.12º 0.39% 0.61% -
HSV(B) 303.12º 0.39% 0.76% -
XYZ 38.39 28.32 52.73 -
YUV 149.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 195 118 191 0 0.39 0.02 0.24 303.12 0.39 0.61
Hex C3 76 BF 0 27 2 18 12F 27 3D
Octal 303 166 277 0 47 2 30 457 47 75
Binary 11000011 1110110 10111111 0 100111 10 11000 100101111 100111 111101

Color Harmonies of #C376BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376BF

Black with #C376BF

Text Example


Text Example

White with #C376BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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