Html Css Color HEX #C347ED Medium Orchid

📋 copy color: '#C347ED'

red 195 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #C347ED

Tints of Medium Orchid #C347ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 38.77%
G = 14.12%
B = 47.12%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C347ED (or 0xC347ED) is known color: Medium Orchid. HEX triplet: C3, 47 and ED. RGB value is (195,71,237). Sum of RGB (Red+Green+Blue) = 195+71+237=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C347ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347ED is #3CB812. Grayscale: #7E7E7E. Windows color (decimal): -3979283 or 15550403. OLE color: 15550403.

HSL color Cylindrical-coordinate representation of color #C347ED: hue angle of 284.82º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C347ED is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 71 237 -
CMYK 0.18 0.70 0 0.07
HSL 284.82º 0.82% 0.6% -
HSV(B) 284.82º 0.7% 0.93% -
XYZ 40.04 22.22 82.3 -
YUV 127 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 195 71 237 0.18 0.70 0 0.07 284.82 0.82 0.6
Hex C3 47 ED 12 46 0 7 11D 52 3C
Octal 303 107 355 22 106 0 7 435 122 74
Binary 11000011 1000111 11101101 10010 1000110 0 111 100011101 1010010 111100

Color Harmonies of #C347ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347ED

Black with #C347ED

Text Example


Text Example

White with #C347ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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