Html Css Color HEX #C364EF Medium Orchid

📋 copy color: '#C364EF'

red 195 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #C364EF

Tints of Medium Orchid #C364EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 36.52%
G = 18.73%
B = 44.76%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C364EF (or 0xC364EF) is known color: Medium Orchid. HEX triplet: C3, 64 and EF. RGB value is (195,100,239). Sum of RGB (Red+Green+Blue) = 195+100+239=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C364EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364EF is #3C9B10. Grayscale: #8F8F8F. Windows color (decimal): -3971857 or 15688899. OLE color: 15688899.

HSL color Cylindrical-coordinate representation of color #C364EF: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C364EF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 100 239 -
CMYK 0.18 0.58 0 0.06
HSL 281.01º 0.81% 0.66% -
HSV(B) 281.01º 0.58% 0.94% -
XYZ 42.64 26.95 84.62 -
YUV 144.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 195 100 239 0.18 0.58 0 0.06 281.01 0.81 0.66
Hex C3 64 EF 12 3A 0 6 119 51 42
Octal 303 144 357 22 72 0 6 431 121 102
Binary 11000011 1100100 11101111 10010 111010 0 110 100011001 1010001 1000010

Color Harmonies of #C364EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364EF

Black with #C364EF

Text Example


Text Example

White with #C364EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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