Html Css Color HEX #C343D2 Medium Orchid

📋 copy color: '#C343D2'

red 195 ◦ green 67 ◦ blue 210

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

Shades of Medium Orchid #C343D2

Tints of Medium Orchid #C343D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.49%

R = 41.31%
G = 14.19%
B = 44.49%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C343D2 (or 0xC343D2) is known color: Medium Orchid. HEX triplet: C3, 43 and D2. RGB value is (195,67,210). Sum of RGB (Red+Green+Blue) = 195+67+210=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #C343D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343D2 is #3CBC2D. Grayscale: #797979. Windows color (decimal): -3980334 or 13779907. OLE color: 13779907.

HSL color Cylindrical-coordinate representation of color #C343D2: hue angle of 293.71º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C343D2 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 67 210 -
CMYK 0.07 0.68 0 0.18
HSL 293.71º 0.61% 0.54% -
HSV(B) 293.71º 0.68% 0.82% -
XYZ 36.15 20.27 62.98 -
YUV 121.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 195 67 210 0.07 0.68 0 0.18 293.71 0.61 0.54
Hex C3 43 D2 7 44 0 12 126 3D 36
Octal 303 103 322 7 104 0 22 446 75 66
Binary 11000011 1000011 11010010 111 1000100 0 10010 100100110 111101 110110

Color Harmonies of #C343D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343D2

Black with #C343D2

Text Example


Text Example

White with #C343D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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