Html Css Color HEX #C365D5 Medium Orchid

📋 copy color: '#C365D5'

red 195 ◦ green 101 ◦ blue 213

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

Shades of Medium Orchid #C365D5

Tints of Medium Orchid #C365D5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 38.31%
G = 19.84%
B = 41.85%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C365D5 (or 0xC365D5) is known color: Medium Orchid. HEX triplet: C3, 65 and D5. RGB value is (195,101,213). Sum of RGB (Red+Green+Blue) = 195+101+213=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #C365D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365D5 is #3C9A2A. Grayscale: #8D8D8D. Windows color (decimal): -3971627 or 13985219. OLE color: 13985219.

HSL color Cylindrical-coordinate representation of color #C365D5: hue angle of 290.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C365D5 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 101 213 -
CMYK 0.08 0.53 0 0.16
HSL 290.36º 0.57% 0.62% -
HSV(B) 290.36º 0.53% 0.84% -
XYZ 39.17 25.71 65.85 -
YUV 141.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 195 101 213 0.08 0.53 0 0.16 290.36 0.57 0.62
Hex C3 65 D5 8 35 0 10 122 39 3E
Octal 303 145 325 10 65 0 20 442 71 76
Binary 11000011 1100101 11010101 1000 110101 0 10000 100100010 111001 111110

Color Harmonies of #C365D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365D5

Black with #C365D5

Text Example


Text Example

White with #C365D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365D5; }

 p { color: rgb(195,101,213); }

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

background-color css

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

 a { background-color: rgb(195,101,213); }

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

border-color css

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

 span { border-color: rgb(195,101,213); }

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