Html Css Color HEX #C365E5 Medium Orchid

📋 copy color: '#C365E5'

red 195 ◦ green 101 ◦ blue 229

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

Shades of Medium Orchid #C365E5

Tints of Medium Orchid #C365E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 37.14%
G = 19.24%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C365E5 (or 0xC365E5) is known color: Medium Orchid. HEX triplet: C3, 65 and E5. RGB value is (195,101,229). Sum of RGB (Red+Green+Blue) = 195+101+229=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #C365E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365E5 is #3C9A1A. Grayscale: #8F8F8F. Windows color (decimal): -3971611 or 15033795. OLE color: 15033795.

HSL color Cylindrical-coordinate representation of color #C365E5: hue angle of 284.06º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C365E5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 101 229 -
CMYK 0.15 0.56 0 0.10
HSL 284.06º 0.71% 0.65% -
HSV(B) 284.06º 0.56% 0.9% -
XYZ 41.3 26.57 77.08 -
YUV 143.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 195 101 229 0.15 0.56 0 0.10 284.06 0.71 0.65
Hex C3 65 E5 F 38 0 A 11C 47 41
Octal 303 145 345 17 70 0 12 434 107 101
Binary 11000011 1100101 11100101 1111 111000 0 1010 100011100 1000111 1000001

Color Harmonies of #C365E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365E5

Black with #C365E5

Text Example


Text Example

White with #C365E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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