Html Css Color HEX #C361D3 Medium Orchid

📋 copy color: '#C361D3'

red 195 ◦ green 97 ◦ blue 211

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

Shades of Medium Orchid #C361D3

Tints of Medium Orchid #C361D3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 38.77%
G = 19.28%
B = 41.95%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C361D3 (or 0xC361D3) is known color: Medium Orchid. HEX triplet: C3, 61 and D3. RGB value is (195,97,211). Sum of RGB (Red+Green+Blue) = 195+97+211=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C361D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361D3 is #3C9E2C. Grayscale: #8A8A8A. Windows color (decimal): -3972653 or 13853123. OLE color: 13853123.

HSL color Cylindrical-coordinate representation of color #C361D3: hue angle of 291.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C361D3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 97 211 -
CMYK 0.08 0.54 0 0.17
HSL 291.58º 0.56% 0.6% -
HSV(B) 291.58º 0.54% 0.83% -
XYZ 38.54 24.85 64.39 -
YUV 139.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 195 97 211 0.08 0.54 0 0.17 291.58 0.56 0.6
Hex C3 61 D3 8 36 0 11 124 38 3C
Octal 303 141 323 10 66 0 21 444 70 74
Binary 11000011 1100001 11010011 1000 110110 0 10001 100100100 111000 111100

Color Harmonies of #C361D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361D3

Black with #C361D3

Text Example


Text Example

White with #C361D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361D3; }

 p { color: rgb(195,97,211); }

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

background-color css

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

 a { background-color: rgb(195,97,211); }

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

border-color css

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

 span { border-color: rgb(195,97,211); }

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