Html Css Color HEX #C262EB Medium Orchid

📋 copy color: '#C262EB'

red 194 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #C262EB

Tints of Medium Orchid #C262EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 36.81%
G = 18.6%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C262EB (or 0xC262EB) is known color: Medium Orchid. HEX triplet: C2, 62 and EB. RGB value is (194,98,235). Sum of RGB (Red+Green+Blue) = 194+98+235=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C262EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262EB is #3D9D14. Grayscale: #8D8D8D. Windows color (decimal): -4037909 or 15426242. OLE color: 15426242.

HSL color Cylindrical-coordinate representation of color #C262EB: hue angle of 282.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C262EB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 98 235 -
CMYK 0.17 0.58 0 0.08
HSL 282.04º 0.77% 0.65% -
HSV(B) 282.04º 0.58% 0.92% -
XYZ 41.61 26.2 81.46 -
YUV 142.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 194 98 235 0.17 0.58 0 0.08 282.04 0.77 0.65
Hex C2 62 EB 11 3A 0 8 11A 4D 41
Octal 302 142 353 21 72 0 10 432 115 101
Binary 11000010 1100010 11101011 10001 111010 0 1000 100011010 1001101 1000001

Color Harmonies of #C262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262EB

Black with #C262EB

Text Example


Text Example

White with #C262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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