Html Css Color HEX #C361DA Medium Orchid

📋 copy color: '#C361DA'

red 195 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C361DA

Tints of Medium Orchid #C361DA

RGB

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

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

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

R = 38.24%
G = 19.02%
B = 42.75%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C361DA (or 0xC361DA) is known color: Medium Orchid. HEX triplet: C3, 61 and DA. RGB value is (195,97,218). Sum of RGB (Red+Green+Blue) = 195+97+218=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C361DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361DA is #3C9E25. Grayscale: #8B8B8B. Windows color (decimal): -3972646 or 14311875. OLE color: 14311875.

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

Color convert

RGB 195 97 218 -
CMYK 0.11 0.56 0 0.15
HSL 288.6º 0.62% 0.62% -
HSV(B) 288.6º 0.56% 0.85% -
XYZ 39.44 25.21 69.12 -
YUV 140.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 195 97 218 0.11 0.56 0 0.15 288.6 0.62 0.62
Hex C3 61 DA B 38 0 F 121 3E 3E
Octal 303 141 332 13 70 0 17 441 76 76
Binary 11000011 1100001 11011010 1011 111000 0 1111 100100001 111110 111110

Color Harmonies of #C361DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361DA

Black with #C361DA

Text Example


Text Example

White with #C361DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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