Html Css Color HEX #C365EB Medium Orchid

📋 copy color: '#C365EB'

red 195 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C365EB

Tints of Medium Orchid #C365EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

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

R = 36.72%
G = 19.02%
B = 44.26%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C365EB (or 0xC365EB) is known color: Medium Orchid. HEX triplet: C3, 65 and EB. RGB value is (195,101,235). Sum of RGB (Red+Green+Blue) = 195+101+235=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C365EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365EB is #3C9A14. Grayscale: #8F8F8F. Windows color (decimal): -3971605 or 15427011. OLE color: 15427011.

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

Color convert

RGB 195 101 235 -
CMYK 0.17 0.57 0 0.08
HSL 282.09º 0.77% 0.66% -
HSV(B) 282.09º 0.57% 0.92% -
XYZ 42.15 26.91 81.57 -
YUV 144.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 195 101 235 0.17 0.57 0 0.08 282.09 0.77 0.66
Hex C3 65 EB 11 39 0 8 11A 4D 42
Octal 303 145 353 21 71 0 10 432 115 102
Binary 11000011 1100101 11101011 10001 111001 0 1000 100011010 1001101 1000010

Color Harmonies of #C365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365EB

Black with #C365EB

Text Example


Text Example

White with #C365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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