Html Css Color HEX #C262EC Medium Orchid

📋 copy color: '#C262EC'

red 194 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #C262EC

Tints of Medium Orchid #C262EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.56%

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

R = 36.74%
G = 18.56%
B = 44.7%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C262EC (or 0xC262EC) is known color: Medium Orchid. HEX triplet: C2, 62 and EC. RGB value is (194,98,236). Sum of RGB (Red+Green+Blue) = 194+98+236=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C262EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262EC is #3D9D13. Grayscale: #8D8D8D. Windows color (decimal): -4037908 or 15491778. OLE color: 15491778.

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

Color convert

RGB 194 98 236 -
CMYK 0.18 0.58 0 0.07
HSL 281.74º 0.78% 0.65% -
HSV(B) 281.74º 0.58% 0.93% -
XYZ 41.76 26.26 82.22 -
YUV 142.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 194 98 236 0.18 0.58 0 0.07 281.74 0.78 0.65
Hex C2 62 EC 12 3A 0 7 11A 4E 41
Octal 302 142 354 22 72 0 7 432 116 101
Binary 11000010 1100010 11101100 10010 111010 0 111 100011010 1001110 1000001

Color Harmonies of #C262EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262EC

Black with #C262EC

Text Example


Text Example

White with #C262EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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