Html Css Color HEX #C360EB Medium Orchid

📋 copy color: '#C360EB'

red 195 ◦ green 96 ◦ blue 235

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

Shades of Medium Orchid #C360EB

Tints of Medium Orchid #C360EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 37.07%
G = 18.25%
B = 44.68%

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

#C360EB (or 0xC360EB) is known color: Medium Orchid. HEX triplet: C3, 60 and EB. RGB value is (195,96,235). Sum of RGB (Red+Green+Blue) = 195+96+235=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C360EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360EB is #3C9F14. Grayscale: #8C8C8C. Windows color (decimal): -3972885 or 15425731. OLE color: 15425731.

HSL color Cylindrical-coordinate representation of color #C360EB: hue angle of 282.73º degrees, saturation: 0.78, 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 #C360EB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 96 235 -
CMYK 0.17 0.59 0 0.08
HSL 282.73º 0.78% 0.65% -
HSV(B) 282.73º 0.59% 0.92% -
XYZ 41.68 25.97 81.41 -
YUV 141.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 195 96 235 0.17 0.59 0 0.08 282.73 0.78 0.65
Hex C3 60 EB 11 3B 0 8 11B 4E 41
Octal 303 140 353 21 73 0 10 433 116 101
Binary 11000011 1100000 11101011 10001 111011 0 1000 100011011 1001110 1000001

Color Harmonies of #C360EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360EB

Black with #C360EB

Text Example


Text Example

White with #C360EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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