Html Css Color HEX #C265EC Medium Orchid

📋 copy color: '#C265EC'

red 194 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #C265EC

Tints of Medium Orchid #C265EC

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 36.53%
G = 19.02%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C265EC (or 0xC265EC) is known color: Medium Orchid. HEX triplet: C2, 65 and EC. RGB value is (194,101,236). Sum of RGB (Red+Green+Blue) = 194+101+236=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C265EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265EC is #3D9A13. Grayscale: #8F8F8F. Windows color (decimal): -4037140 or 15492546. OLE color: 15492546.

HSL color Cylindrical-coordinate representation of color #C265EC: hue angle of 281.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C265EC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 101 236 -
CMYK 0.18 0.57 0 0.07
HSL 281.33º 0.78% 0.66% -
HSV(B) 281.33º 0.57% 0.93% -
XYZ 42.04 26.83 82.32 -
YUV 144.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 194 101 236 0.18 0.57 0 0.07 281.33 0.78 0.66
Hex C2 65 EC 12 39 0 7 119 4E 42
Octal 302 145 354 22 71 0 7 431 116 102
Binary 11000010 1100101 11101100 10010 111001 0 111 100011001 1001110 1000010

Color Harmonies of #C265EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265EC

Black with #C265EC

Text Example


Text Example

White with #C265EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265EC; }

 p { color: rgb(194,101,236); }

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

background-color css

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

 a { background-color: rgb(194,101,236); }

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

border-color css

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

 span { border-color: rgb(194,101,236); }

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