Html Css Color HEX #C360EA Medium Orchid

📋 copy color: '#C360EA'

red 195 ◦ green 96 ◦ blue 234

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

Shades of Medium Orchid #C360EA

Tints of Medium Orchid #C360EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 37.14%
G = 18.29%
B = 44.57%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C360EA (or 0xC360EA) is known color: Medium Orchid. HEX triplet: C3, 60 and EA. RGB value is (195,96,234). Sum of RGB (Red+Green+Blue) = 195+96+234=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C360EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360EA is #3C9F15. Grayscale: #8C8C8C. Windows color (decimal): -3972886 or 15360195. OLE color: 15360195.

HSL color Cylindrical-coordinate representation of color #C360EA: hue angle of 283.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C360EA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 96 234 -
CMYK 0.17 0.59 0 0.08
HSL 283.04º 0.77% 0.65% -
HSV(B) 283.04º 0.59% 0.92% -
XYZ 41.54 25.91 80.65 -
YUV 141.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 195 96 234 0.17 0.59 0 0.08 283.04 0.77 0.65
Hex C3 60 EA 11 3B 0 8 11B 4D 41
Octal 303 140 352 21 73 0 10 433 115 101
Binary 11000011 1100000 11101010 10001 111011 0 1000 100011011 1001101 1000001

Color Harmonies of #C360EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360EA

Black with #C360EA

Text Example


Text Example

White with #C360EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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