Html Css Color HEX #C363EA Medium Orchid

📋 copy color: '#C363EA'

red 195 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #C363EA

Tints of Medium Orchid #C363EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 36.93%
G = 18.75%
B = 44.32%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C363EA (or 0xC363EA) is known color: Medium Orchid. HEX triplet: C3, 63 and EA. RGB value is (195,99,234). Sum of RGB (Red+Green+Blue) = 195+99+234=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C363EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C363EA is #3C9C15. Grayscale: #8E8E8E. Windows color (decimal): -3972118 or 15360963. OLE color: 15360963.

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

Color convert

RGB 195 99 234 -
CMYK 0.17 0.58 0 0.08
HSL 282.67º 0.76% 0.65% -
HSV(B) 282.67º 0.58% 0.92% -
XYZ 41.82 26.47 80.75 -
YUV 143.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 195 99 234 0.17 0.58 0 0.08 282.67 0.76 0.65
Hex C3 63 EA 11 3A 0 8 11B 4C 41
Octal 303 143 352 21 72 0 10 433 114 101
Binary 11000011 1100011 11101010 10001 111010 0 1000 100011011 1001100 1000001

Color Harmonies of #C363EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363EA

Black with #C363EA

Text Example


Text Example

White with #C363EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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