Html Css Color HEX #C361CD Medium Orchid

📋 copy color: '#C361CD'

red 195 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #C361CD

Tints of Medium Orchid #C361CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 39.24%
G = 19.52%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C361CD (or 0xC361CD) is known color: Medium Orchid. HEX triplet: C3, 61 and CD. RGB value is (195,97,205). Sum of RGB (Red+Green+Blue) = 195+97+205=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C361CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361CD is #3C9E32. Grayscale: #8A8A8A. Windows color (decimal): -3972659 or 13459907. OLE color: 13459907.

HSL color Cylindrical-coordinate representation of color #C361CD: hue angle of 294.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C361CD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 97 205 -
CMYK 0.05 0.53 0 0.20
HSL 294.44º 0.52% 0.59% -
HSV(B) 294.44º 0.53% 0.8% -
XYZ 37.8 24.56 60.51 -
YUV 138.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 195 97 205 0.05 0.53 0 0.20 294.44 0.52 0.59
Hex C3 61 CD 5 35 0 14 126 34 3B
Octal 303 141 315 5 65 0 24 446 64 73
Binary 11000011 1100001 11001101 101 110101 0 10100 100100110 110100 111011

Color Harmonies of #C361CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361CD

Black with #C361CD

Text Example


Text Example

White with #C361CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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