Html Css Color HEX #C347EF Medium Orchid

📋 copy color: '#C347EF'

red 195 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #C347EF

Tints of Medium Orchid #C347EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 38.61%
G = 14.06%
B = 47.33%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C347EF (or 0xC347EF) is known color: Medium Orchid. HEX triplet: C3, 47 and EF. RGB value is (195,71,239). Sum of RGB (Red+Green+Blue) = 195+71+239=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C347EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347EF is #3CB810. Grayscale: #7E7E7E. Windows color (decimal): -3979281 or 15681475. OLE color: 15681475.

HSL color Cylindrical-coordinate representation of color #C347EF: hue angle of 284.29º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C347EF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 71 239 -
CMYK 0.18 0.70 0 0.06
HSL 284.29º 0.84% 0.61% -
HSV(B) 284.29º 0.7% 0.94% -
XYZ 40.34 22.34 83.85 -
YUV 127.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 195 71 239 0.18 0.70 0 0.06 284.29 0.84 0.61
Hex C3 47 EF 12 46 0 6 11C 54 3D
Octal 303 107 357 22 106 0 6 434 124 75
Binary 11000011 1000111 11101111 10010 1000110 0 110 100011100 1010100 111101

Color Harmonies of #C347EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347EF

Black with #C347EF

Text Example


Text Example

White with #C347EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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