Html Css Color HEX #C361DB Medium Orchid

📋 copy color: '#C361DB'

red 195 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #C361DB

Tints of Medium Orchid #C361DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 38.16%
G = 18.98%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C361DB (or 0xC361DB) is known color: Medium Orchid. HEX triplet: C3, 61 and DB. RGB value is (195,97,219). Sum of RGB (Red+Green+Blue) = 195+97+219=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C361DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361DB is #3C9E24. Grayscale: #8B8B8B. Windows color (decimal): -3972645 or 14377411. OLE color: 14377411.

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

Color convert

RGB 195 97 219 -
CMYK 0.11 0.56 0 0.14
HSL 288.2º 0.63% 0.62% -
HSV(B) 288.2º 0.56% 0.86% -
XYZ 39.57 25.27 69.81 -
YUV 140.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 195 97 219 0.11 0.56 0 0.14 288.2 0.63 0.62
Hex C3 61 DB B 38 0 E 120 3F 3E
Octal 303 141 333 13 70 0 16 440 77 76
Binary 11000011 1100001 11011011 1011 111000 0 1110 100100000 111111 111110

Color Harmonies of #C361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361DB

Black with #C361DB

Text Example


Text Example

White with #C361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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