Html Css Color HEX #C360EF Medium Orchid

📋 copy color: '#C360EF'

red 195 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #C360EF

Tints of Medium Orchid #C360EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.11%

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

R = 36.79%
G = 18.11%
B = 45.09%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C360EF (or 0xC360EF) is known color: Medium Orchid. HEX triplet: C3, 60 and EF. RGB value is (195,96,239). Sum of RGB (Red+Green+Blue) = 195+96+239=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C360EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360EF is #3C9F10. Grayscale: #8D8D8D. Windows color (decimal): -3972881 or 15687875. OLE color: 15687875.

HSL color Cylindrical-coordinate representation of color #C360EF: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C360EF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 96 239 -
CMYK 0.18 0.60 0 0.06
HSL 281.54º 0.82% 0.66% -
HSV(B) 281.54º 0.6% 0.94% -
XYZ 42.27 26.2 84.49 -
YUV 141.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 195 96 239 0.18 0.60 0 0.06 281.54 0.82 0.66
Hex C3 60 EF 12 3C 0 6 11A 52 42
Octal 303 140 357 22 74 0 6 432 122 102
Binary 11000011 1100000 11101111 10010 111100 0 110 100011010 1010010 1000010

Color Harmonies of #C360EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360EF

Black with #C360EF

Text Example


Text Example

White with #C360EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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