Html Css Color HEX #C376CB Orchid

📋 copy color: '#C376CB'

red 195 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C376CB

Tints of Orchid #C376CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 37.79%
G = 22.87%
B = 39.34%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C376CB (or 0xC376CB) is known color: Orchid. HEX triplet: C3, 76 and CB. RGB value is (195,118,203). Sum of RGB (Red+Green+Blue) = 195+118+203=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C376CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376CB is #3C8934. Grayscale: #969696. Windows color (decimal): -3967285 or 13334211. OLE color: 13334211.

HSL color Cylindrical-coordinate representation of color #C376CB: hue angle of 294.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C376CB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 118 203 -
CMYK 0.04 0.42 0 0.20
HSL 294.35º 0.45% 0.63% -
HSV(B) 294.35º 0.42% 0.8% -
XYZ 39.76 28.87 59.98 -
YUV 150.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 195 118 203 0.04 0.42 0 0.20 294.35 0.45 0.63
Hex C3 76 CB 4 2A 0 14 126 2D 3F
Octal 303 166 313 4 52 0 24 446 55 77
Binary 11000011 1110110 11001011 100 101010 0 10100 100100110 101101 111111

Color Harmonies of #C376CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376CB

Black with #C376CB

Text Example


Text Example

White with #C376CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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