Html Css Color HEX #C343F6 Medium Orchid

📋 copy color: '#C343F6'

red 195 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #C343F6

Tints of Medium Orchid #C343F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 38.39%
G = 13.19%
B = 48.43%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C343F6 (or 0xC343F6) is known color: Medium Orchid. HEX triplet: C3, 43 and F6. RGB value is (195,67,246). Sum of RGB (Red+Green+Blue) = 195+67+246=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #C343F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343F6 is #3CBC09. Grayscale: #7D7D7D. Windows color (decimal): -3980298 or 16139203. OLE color: 16139203.

HSL color Cylindrical-coordinate representation of color #C343F6: hue angle of 282.91º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C343F6 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 67 246 -
CMYK 0.21 0.73 0 0.04
HSL 282.91º 0.91% 0.61% -
HSV(B) 282.91º 0.73% 0.96% -
XYZ 41.15 22.27 89.32 -
YUV 125.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 195 67 246 0.21 0.73 0 0.04 282.91 0.91 0.61
Hex C3 43 F6 15 49 0 4 11B 5B 3D
Octal 303 103 366 25 111 0 4 433 133 75
Binary 11000011 1000011 11110110 10101 1001001 0 100 100011011 1011011 111101

Color Harmonies of #C343F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343F6

Black with #C343F6

Text Example


Text Example

White with #C343F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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