Html Css Color HEX #C341DB Medium Orchid

📋 copy color: '#C341DB'

red 195 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #C341DB

Tints of Medium Orchid #C341DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

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

R = 40.71%
G = 13.57%
B = 45.72%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C341DB (or 0xC341DB) is known color: Medium Orchid. HEX triplet: C3, 41 and DB. RGB value is (195,65,219). Sum of RGB (Red+Green+Blue) = 195+65+219=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C341DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341DB is #3CBE24. Grayscale: #787878. Windows color (decimal): -3980837 or 14369219. OLE color: 14369219.

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

Color convert

RGB 195 65 219 -
CMYK 0.11 0.70 0 0.14
HSL 290.65º 0.68% 0.56% -
HSV(B) 290.65º 0.7% 0.86% -
XYZ 37.18 20.5 69.01 -
YUV 121.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 195 65 219 0.11 0.70 0 0.14 290.65 0.68 0.56
Hex C3 41 DB B 46 0 E 123 44 38
Octal 303 101 333 13 106 0 16 443 104 70
Binary 11000011 1000001 11011011 1011 1000110 0 1110 100100011 1000100 111000

Color Harmonies of #C341DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341DB

Black with #C341DB

Text Example


Text Example

White with #C341DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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