Html Css Color HEX #C362DF Medium Orchid

📋 copy color: '#C362DF'

red 195 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #C362DF

Tints of Medium Orchid #C362DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 37.79%
G = 18.99%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C362DF (or 0xC362DF) is known color: Medium Orchid. HEX triplet: C3, 62 and DF. RGB value is (195,98,223). Sum of RGB (Red+Green+Blue) = 195+98+223=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C362DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DF is #3C9D20. Grayscale: #8C8C8C. Windows color (decimal): -3972385 or 14639811. OLE color: 14639811.

HSL color Cylindrical-coordinate representation of color #C362DF: hue angle of 286.56º degrees, saturation: 0.66, 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 #C362DF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 98 223 -
CMYK 0.13 0.56 0 0.13
HSL 286.56º 0.66% 0.63% -
HSV(B) 286.56º 0.56% 0.87% -
XYZ 40.19 25.67 72.65 -
YUV 141.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 195 98 223 0.13 0.56 0 0.13 286.56 0.66 0.63
Hex C3 62 DF D 38 0 D 11F 42 3F
Octal 303 142 337 15 70 0 15 437 102 77
Binary 11000011 1100010 11011111 1101 111000 0 1101 100011111 1000010 111111

Color Harmonies of #C362DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362DF

Black with #C362DF

Text Example


Text Example

White with #C362DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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