Html Css Color HEX #C363EE Medium Orchid

📋 copy color: '#C363EE'

red 195 ◦ green 99 ◦ blue 238

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

Shades of Medium Orchid #C363EE

Tints of Medium Orchid #C363EE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.61%

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 36.65%
G = 18.61%
B = 44.74%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C363EE (or 0xC363EE) is known color: Medium Orchid. HEX triplet: C3, 63 and EE. RGB value is (195,99,238). Sum of RGB (Red+Green+Blue) = 195+99+238=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C363EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C363EE is #3C9C11. Grayscale: #8F8F8F. Windows color (decimal): -3972114 or 15623107. OLE color: 15623107.

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

Color convert

RGB 195 99 238 -
CMYK 0.18 0.58 0 0.07
HSL 281.44º 0.8% 0.66% -
HSV(B) 281.44º 0.58% 0.93% -
XYZ 42.4 26.7 83.81 -
YUV 143.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 195 99 238 0.18 0.58 0 0.07 281.44 0.8 0.66
Hex C3 63 EE 12 3A 0 7 119 50 42
Octal 303 143 356 22 72 0 7 431 120 102
Binary 11000011 1100011 11101110 10010 111010 0 111 100011001 1010000 1000010

Color Harmonies of #C363EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363EE

Black with #C363EE

Text Example


Text Example

White with #C363EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363EE; }

 p { color: rgb(195,99,238); }

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

background-color css

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

 a { background-color: rgb(195,99,238); }

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

border-color css

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

 span { border-color: rgb(195,99,238); }

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