Html Css Color HEX #C343DB Medium Orchid

📋 copy color: '#C343DB'

red 195 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #C343DB

Tints of Medium Orchid #C343DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.93%

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

R = 40.54%
G = 13.93%
B = 45.53%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C343DB (or 0xC343DB) is known color: Medium Orchid. HEX triplet: C3, 43 and DB. RGB value is (195,67,219). Sum of RGB (Red+Green+Blue) = 195+67+219=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C343DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343DB is #3CBC24. Grayscale: #7A7A7A. Windows color (decimal): -3980325 or 14369731. OLE color: 14369731.

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

Color convert

RGB 195 67 219 -
CMYK 0.11 0.69 0 0.14
HSL 290.53º 0.68% 0.56% -
HSV(B) 290.53º 0.69% 0.86% -
XYZ 37.3 20.73 69.05 -
YUV 122.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 195 67 219 0.11 0.69 0 0.14 290.53 0.68 0.56
Hex C3 43 DB B 45 0 E 123 44 38
Octal 303 103 333 13 105 0 16 443 104 70
Binary 11000011 1000011 11011011 1011 1000101 0 1110 100100011 1000100 111000

Color Harmonies of #C343DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343DB

Black with #C343DB

Text Example


Text Example

White with #C343DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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