Html Css Color HEX #C362DE Medium Orchid

📋 copy color: '#C362DE'

red 195 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #C362DE

Tints of Medium Orchid #C362DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 37.86%
G = 19.03%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C362DE (or 0xC362DE) is known color: Medium Orchid. HEX triplet: C3, 62 and DE. RGB value is (195,98,222). Sum of RGB (Red+Green+Blue) = 195+98+222=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C362DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DE is #3C9D21. Grayscale: #8C8C8C. Windows color (decimal): -3972386 or 14574275. OLE color: 14574275.

HSL color Cylindrical-coordinate representation of color #C362DE: hue angle of 286.94º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C362DE is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 98 222 -
CMYK 0.12 0.56 0 0.13
HSL 286.94º 0.65% 0.63% -
HSV(B) 286.94º 0.56% 0.87% -
XYZ 40.06 25.61 71.94 -
YUV 141.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 195 98 222 0.12 0.56 0 0.13 286.94 0.65 0.63
Hex C3 62 DE C 38 0 D 11F 41 3F
Octal 303 142 336 14 70 0 15 437 101 77
Binary 11000011 1100010 11011110 1100 111000 0 1101 100011111 1000001 111111

Color Harmonies of #C362DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362DE

Black with #C362DE

Text Example


Text Example

White with #C362DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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