Html Css Color HEX #C375DF Medium Orchid

📋 copy color: '#C375DF'

red 195 ◦ green 117 ◦ blue 223

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

Shades of Medium Orchid #C375DF

Tints of Medium Orchid #C375DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

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

R = 36.45%
G = 21.87%
B = 41.68%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C375DF (or 0xC375DF) is known color: Medium Orchid. HEX triplet: C3, 75 and DF. RGB value is (195,117,223). Sum of RGB (Red+Green+Blue) = 195+117+223=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C375DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375DF is #3C8A20. Grayscale: #989898. Windows color (decimal): -3967521 or 14644675. OLE color: 14644675.

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

Color convert

RGB 195 117 223 -
CMYK 0.13 0.48 0 0.13
HSL 284.15º 0.62% 0.67% -
HSV(B) 284.15º 0.48% 0.87% -
XYZ 42.19 29.65 73.31 -
YUV 152.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 195 117 223 0.13 0.48 0 0.13 284.15 0.62 0.67
Hex C3 75 DF D 30 0 D 11C 3E 43
Octal 303 165 337 15 60 0 15 434 76 103
Binary 11000011 1110101 11011111 1101 110000 0 1101 100011100 111110 1000011

Color Harmonies of #C375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375DF

Black with #C375DF

Text Example


Text Example

White with #C375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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