Html Css Color HEX #C365E3 Medium Orchid

📋 copy color: '#C365E3'

red 195 ◦ green 101 ◦ blue 227

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

Shades of Medium Orchid #C365E3

Tints of Medium Orchid #C365E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.4%

R = 37.28%
G = 19.31%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C365E3 (or 0xC365E3) is known color: Medium Orchid. HEX triplet: C3, 65 and E3. RGB value is (195,101,227). Sum of RGB (Red+Green+Blue) = 195+101+227=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #C365E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365E3 is #3C9A1C. Grayscale: #8F8F8F. Windows color (decimal): -3971613 or 14902723. OLE color: 14902723.

HSL color Cylindrical-coordinate representation of color #C365E3: hue angle of 284.76º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C365E3 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 101 227 -
CMYK 0.14 0.56 0 0.11
HSL 284.76º 0.69% 0.64% -
HSV(B) 284.76º 0.56% 0.89% -
XYZ 41.02 26.46 75.62 -
YUV 143.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 195 101 227 0.14 0.56 0 0.11 284.76 0.69 0.64
Hex C3 65 E3 E 38 0 B 11D 45 40
Octal 303 145 343 16 70 0 13 435 105 100
Binary 11000011 1100101 11100011 1110 111000 0 1011 100011101 1000101 1000000

Color Harmonies of #C365E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365E3

Black with #C365E3

Text Example


Text Example

White with #C365E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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