Html Css Color HEX #C362DA Medium Orchid

📋 copy color: '#C362DA'

red 195 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #C362DA

Tints of Medium Orchid #C362DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 38.16%
G = 19.18%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C362DA (or 0xC362DA) is known color: Medium Orchid. HEX triplet: C3, 62 and DA. RGB value is (195,98,218). Sum of RGB (Red+Green+Blue) = 195+98+218=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C362DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DA is #3C9D25. Grayscale: #8C8C8C. Windows color (decimal): -3972390 or 14312131. OLE color: 14312131.

HSL color Cylindrical-coordinate representation of color #C362DA: hue angle of 288.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C362DA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 98 218 -
CMYK 0.11 0.55 0 0.15
HSL 288.5º 0.62% 0.62% -
HSV(B) 288.5º 0.55% 0.85% -
XYZ 39.53 25.4 69.15 -
YUV 140.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 195 98 218 0.11 0.55 0 0.15 288.5 0.62 0.62
Hex C3 62 DA B 37 0 F 120 3E 3E
Octal 303 142 332 13 67 0 17 440 76 76
Binary 11000011 1100010 11011010 1011 110111 0 1111 100100000 111110 111110

Color Harmonies of #C362DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362DA

Black with #C362DA

Text Example


Text Example

White with #C362DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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