Html Css Color HEX #C360ED Medium Orchid

📋 copy color: '#C360ED'

red 195 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #C360ED

Tints of Medium Orchid #C360ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 36.93%
G = 18.18%
B = 44.89%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C360ED (or 0xC360ED) is known color: Medium Orchid. HEX triplet: C3, 60 and ED. RGB value is (195,96,237). Sum of RGB (Red+Green+Blue) = 195+96+237=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C360ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360ED is #3C9F12. Grayscale: #8D8D8D. Windows color (decimal): -3972883 or 15556803. OLE color: 15556803.

HSL color Cylindrical-coordinate representation of color #C360ED: hue angle of 282.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C360ED is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 96 237 -
CMYK 0.18 0.59 0 0.07
HSL 282.13º 0.8% 0.65% -
HSV(B) 282.13º 0.59% 0.93% -
XYZ 41.97 26.08 82.94 -
YUV 141.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 195 96 237 0.18 0.59 0 0.07 282.13 0.8 0.65
Hex C3 60 ED 12 3B 0 7 11A 50 41
Octal 303 140 355 22 73 0 7 432 120 101
Binary 11000011 1100000 11101101 10010 111011 0 111 100011010 1010000 1000001

Color Harmonies of #C360ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360ED

Black with #C360ED

Text Example


Text Example

White with #C360ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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