Html Css Color HEX #C262EF Medium Orchid

📋 copy color: '#C262EF'

red 194 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #C262EF

Tints of Medium Orchid #C262EF

RGB

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

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

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

R = 36.53%
G = 18.46%
B = 45.01%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C262EF (or 0xC262EF) is known color: Medium Orchid. HEX triplet: C2, 62 and EF. RGB value is (194,98,239). Sum of RGB (Red+Green+Blue) = 194+98+239=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C262EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262EF is #3D9D10. Grayscale: #8E8E8E. Windows color (decimal): -4037905 or 15688386. OLE color: 15688386.

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

Color convert

RGB 194 98 239 -
CMYK 0.19 0.59 0 0.06
HSL 280.85º 0.82% 0.66% -
HSV(B) 280.85º 0.59% 0.94% -
XYZ 42.2 26.44 84.54 -
YUV 142.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 194 98 239 0.19 0.59 0 0.06 280.85 0.82 0.66
Hex C2 62 EF 13 3B 0 6 119 52 42
Octal 302 142 357 23 73 0 6 431 122 102
Binary 11000010 1100010 11101111 10011 111011 0 110 100011001 1010010 1000010

Color Harmonies of #C262EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262EF

Black with #C262EF

Text Example


Text Example

White with #C262EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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