Html Css Color HEX #C376DF Orchid

📋 copy color: '#C376DF'

red 195 ◦ green 118 ◦ blue 223

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

Shades of Orchid #C376DF

Tints of Orchid #C376DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 36.38%
G = 22.01%
B = 41.6%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C376DF (or 0xC376DF) is known color: Orchid. HEX triplet: C3, 76 and DF. RGB value is (195,118,223). Sum of RGB (Red+Green+Blue) = 195+118+223=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C376DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DF is #3C8920. Grayscale: #989898. Windows color (decimal): -3967265 or 14644931. OLE color: 14644931.

HSL color Cylindrical-coordinate representation of color #C376DF: hue angle of 284º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C376DF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 118 223 -
CMYK 0.13 0.47 0 0.13
HSL 284º 0.62% 0.67% -
HSV(B) 284º 0.47% 0.87% -
XYZ 42.3 29.89 73.35 -
YUV 152.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 195 118 223 0.13 0.47 0 0.13 284 0.62 0.67
Hex C3 76 DF D 2F 0 D 11C 3E 43
Octal 303 166 337 15 57 0 15 434 76 103
Binary 11000011 1110110 11011111 1101 101111 0 1101 100011100 111110 1000011

Color Harmonies of #C376DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DF

Black with #C376DF

Text Example


Text Example

White with #C376DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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