Html Css Color HEX #C362DD Medium Orchid

📋 copy color: '#C362DD'

red 195 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #C362DD

Tints of Medium Orchid #C362DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 37.94%
G = 19.07%
B = 43%

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

#C362DD (or 0xC362DD) is known color: Medium Orchid. HEX triplet: C3, 62 and DD. RGB value is (195,98,221). Sum of RGB (Red+Green+Blue) = 195+98+221=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C362DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DD is #3C9D22. Grayscale: #8C8C8C. Windows color (decimal): -3972387 or 14508739. OLE color: 14508739.

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

Color convert

RGB 195 98 221 -
CMYK 0.12 0.56 0 0.13
HSL 287.32º 0.64% 0.63% -
HSV(B) 287.32º 0.56% 0.87% -
XYZ 39.92 25.56 71.24 -
YUV 141.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 195 98 221 0.12 0.56 0 0.13 287.32 0.64 0.63
Hex C3 62 DD C 38 0 D 11F 40 3F
Octal 303 142 335 14 70 0 15 437 100 77
Binary 11000011 1100010 11011101 1100 111000 0 1101 100011111 1000000 111111

Color Harmonies of #C362DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362DD

Black with #C362DD

Text Example


Text Example

White with #C362DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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