Html Css Color HEX #C360D5 Medium Orchid

📋 copy color: '#C360D5'

red 195 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #C360D5

Tints of Medium Orchid #C360D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

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

R = 38.69%
G = 19.05%
B = 42.26%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C360D5 (or 0xC360D5) is known color: Medium Orchid. HEX triplet: C3, 60 and D5. RGB value is (195,96,213). Sum of RGB (Red+Green+Blue) = 195+96+213=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #C360D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360D5 is #3C9F2A. Grayscale: #8A8A8A. Windows color (decimal): -3972907 or 13983939. OLE color: 13983939.

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

Color convert

RGB 195 96 213 -
CMYK 0.08 0.55 0 0.16
HSL 290.77º 0.58% 0.61% -
HSV(B) 290.77º 0.55% 0.84% -
XYZ 38.7 24.77 65.69 -
YUV 138.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 195 96 213 0.08 0.55 0 0.16 290.77 0.58 0.61
Hex C3 60 D5 8 37 0 10 123 3A 3D
Octal 303 140 325 10 67 0 20 443 72 75
Binary 11000011 1100000 11010101 1000 110111 0 10000 100100011 111010 111101

Color Harmonies of #C360D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360D5

Black with #C360D5

Text Example


Text Example

White with #C360D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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