Html Css Color HEX #C365EF Medium Orchid

📋 copy color: '#C365EF'

red 195 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #C365EF

Tints of Medium Orchid #C365EF

RGB

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

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

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

R = 36.45%
G = 18.88%
B = 44.67%

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

#C365EF (or 0xC365EF) is known color: Medium Orchid. HEX triplet: C3, 65 and EF. RGB value is (195,101,239). Sum of RGB (Red+Green+Blue) = 195+101+239=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #C365EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365EF is #3C9A10. Grayscale: #909090. Windows color (decimal): -3971601 or 15689155. OLE color: 15689155.

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

Color convert

RGB 195 101 239 -
CMYK 0.18 0.58 0 0.06
HSL 280.87º 0.81% 0.67% -
HSV(B) 280.87º 0.58% 0.94% -
XYZ 42.74 27.14 84.65 -
YUV 144.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 195 101 239 0.18 0.58 0 0.06 280.87 0.81 0.67
Hex C3 65 EF 12 3A 0 6 119 51 43
Octal 303 145 357 22 72 0 6 431 121 103
Binary 11000011 1100101 11101111 10010 111010 0 110 100011001 1010001 1000011

Color Harmonies of #C365EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365EF

Black with #C365EF

Text Example


Text Example

White with #C365EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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