Html Css Color HEX #C360DF Medium Orchid

📋 copy color: '#C360DF'

red 195 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C360DF

Tints of Medium Orchid #C360DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.68%

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

R = 37.94%
G = 18.68%
B = 43.39%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C360DF (or 0xC360DF) is known color: Medium Orchid. HEX triplet: C3, 60 and DF. RGB value is (195,96,223). Sum of RGB (Red+Green+Blue) = 195+96+223=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C360DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360DF is #3C9F20. Grayscale: #8B8B8B. Windows color (decimal): -3972897 or 14639299. OLE color: 14639299.

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

Color convert

RGB 195 96 223 -
CMYK 0.13 0.57 0 0.13
HSL 286.77º 0.66% 0.63% -
HSV(B) 286.77º 0.57% 0.87% -
XYZ 40.01 25.3 72.59 -
YUV 140.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 195 96 223 0.13 0.57 0 0.13 286.77 0.66 0.63
Hex C3 60 DF D 39 0 D 11F 42 3F
Octal 303 140 337 15 71 0 15 437 102 77
Binary 11000011 1100000 11011111 1101 111001 0 1101 100011111 1000010 111111

Color Harmonies of #C360DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360DF

Black with #C360DF

Text Example


Text Example

White with #C360DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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