Html Css Color HEX #C364EB Medium Orchid

📋 copy color: '#C364EB'

red 195 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #C364EB

Tints of Medium Orchid #C364EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.87%

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

R = 36.79%
G = 18.87%
B = 44.34%

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

#C364EB (or 0xC364EB) is known color: Medium Orchid. HEX triplet: C3, 64 and EB. RGB value is (195,100,235). Sum of RGB (Red+Green+Blue) = 195+100+235=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C364EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364EB is #3C9B14. Grayscale: #8F8F8F. Windows color (decimal): -3971861 or 15426755. OLE color: 15426755.

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

Color convert

RGB 195 100 235 -
CMYK 0.17 0.57 0 0.08
HSL 282.22º 0.77% 0.66% -
HSV(B) 282.22º 0.57% 0.92% -
XYZ 42.06 26.71 81.54 -
YUV 143.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 195 100 235 0.17 0.57 0 0.08 282.22 0.77 0.66
Hex C3 64 EB 11 39 0 8 11A 4D 42
Octal 303 144 353 21 71 0 10 432 115 102
Binary 11000011 1100100 11101011 10001 111001 0 1000 100011010 1001101 1000010

Color Harmonies of #C364EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364EB

Black with #C364EB

Text Example


Text Example

White with #C364EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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