Html Css Color HEX #C340DB Medium Orchid

📋 copy color: '#C340DB'

red 195 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #C340DB

Tints of Medium Orchid #C340DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

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

R = 40.79%
G = 13.39%
B = 45.82%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C340DB (or 0xC340DB) is known color: Medium Orchid. HEX triplet: C3, 40 and DB. RGB value is (195,64,219). Sum of RGB (Red+Green+Blue) = 195+64+219=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #C340DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340DB is #3CBF24. Grayscale: #787878. Windows color (decimal): -3981093 or 14368963. OLE color: 14368963.

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

Color convert

RGB 195 64 219 -
CMYK 0.11 0.71 0 0.14
HSL 290.71º 0.68% 0.55% -
HSV(B) 290.71º 0.71% 0.86% -
XYZ 37.13 20.38 69 -
YUV 120.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 195 64 219 0.11 0.71 0 0.14 290.71 0.68 0.55
Hex C3 40 DB B 47 0 E 123 44 37
Octal 303 100 333 13 107 0 16 443 104 67
Binary 11000011 1000000 11011011 1011 1000111 0 1110 100100011 1000100 110111

Color Harmonies of #C340DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340DB

Black with #C340DB

Text Example


Text Example

White with #C340DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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