Html Css Color HEX #C362EA Medium Orchid

📋 copy color: '#C362EA'

red 195 ◦ green 98 ◦ blue 234

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

Shades of Medium Orchid #C362EA

Tints of Medium Orchid #C362EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 37%
G = 18.6%
B = 44.4%

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

#C362EA (or 0xC362EA) is known color: Medium Orchid. HEX triplet: C3, 62 and EA. RGB value is (195,98,234). Sum of RGB (Red+Green+Blue) = 195+98+234=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C362EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362EA is #3C9D15. Grayscale: #8E8E8E. Windows color (decimal): -3972374 or 15360707. OLE color: 15360707.

HSL color Cylindrical-coordinate representation of color #C362EA: hue angle of 282.79º degrees, saturation: 0.76, 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 #C362EA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 98 234 -
CMYK 0.17 0.58 0 0.08
HSL 282.79º 0.76% 0.65% -
HSV(B) 282.79º 0.58% 0.92% -
XYZ 41.72 26.28 80.71 -
YUV 142.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 195 98 234 0.17 0.58 0 0.08 282.79 0.76 0.65
Hex C3 62 EA 11 3A 0 8 11B 4C 41
Octal 303 142 352 21 72 0 10 433 114 101
Binary 11000011 1100010 11101010 10001 111010 0 1000 100011011 1001100 1000001

Color Harmonies of #C362EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362EA

Black with #C362EA

Text Example


Text Example

White with #C362EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362EA; }

 p { color: rgb(195,98,234); }

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

background-color css

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

 a { background-color: rgb(195,98,234); }

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

border-color css

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

 span { border-color: rgb(195,98,234); }

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