Html Css Color HEX #C347FF Medium Orchid

📋 copy color: '#C347FF'

red 195 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #C347FF

Tints of Medium Orchid #C347FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 37.43%
G = 13.63%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C347FF (or 0xC347FF) is known color: Medium Orchid. HEX triplet: C3, 47 and FF. RGB value is (195,71,255). Sum of RGB (Red+Green+Blue) = 195+71+255=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C347FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347FF is #3CB800. Grayscale: #808080. Windows color (decimal): -3979265 or 16730051. OLE color: 16730051.

HSL color Cylindrical-coordinate representation of color #C347FF: hue angle of 280.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C347FF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 71 255 -
CMYK 0.24 0.72 0 0
HSL 280.43º 1% 0.64% -
HSV(B) 280.43º 0.72% 1% -
XYZ 42.81 23.33 96.85 -
YUV 129.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 195 71 255 0.24 0.72 0 0 280.43 1 0.64
Hex C3 47 FF 18 48 0 0 118 64 40
Octal 303 107 377 30 110 0 0 430 144 100
Binary 11000011 1000111 11111111 11000 1001000 0 0 100011000 1100100 1000000

Color Harmonies of #C347FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347FF

Black with #C347FF

Text Example


Text Example

White with #C347FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347FF; }

 p { color: rgb(195,71,255); }

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

background-color css

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

 a { background-color: rgb(195,71,255); }

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

border-color css

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

 span { border-color: rgb(195,71,255); }

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